blit

A Rust library for blitting 2D sprites

Build Status Cargo License: GPL-3.0 Downloads

Documentation

Usage

Add this to your Cargo.toml:

toml [dependencies] blit = "0.1"

And this to your crate root:

rust extern crate blit;

Run the example

cargo run --example smiley

This should produce the following window:

Example

Examples

rust // TODO