A Rust library for blitting 2D sprites
Add this to your Cargo.toml:
Cargo.toml
toml [dependencies] blit = "0.1"
And this to your crate root:
rust extern crate blit;
cargo run --example smiley
This should produce the following window:
rust // TODO