cala 0.8.0

Make portable apps and video games in Rust!
Documentation
1
2
3
4
5
6
fn main() {
    #[cfg(feature = "draw")]
    {
        res::generate(&[res::shader("gui").transform().graphic()]);
    }
}