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;
rust // TODO