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

pub enum TextAlign {
    Left,
    Center,
    Right
}