copper-rs 1.0.0

Copper.rs is a simple library for 2D games written in Rust targeting HTML5.
Documentation
1
2
3
4
5
6
7
8
pub mod gfx;
pub mod io;
pub mod afx;
mod copper;
mod vec;

pub use copper::Copper;
pub use vec::*;