cala 0.6.0

Cross-platform system interface for hardware IO.
Documentation
1
2
3
4
5
6
fn main() {
    #[cfg(feature = "graphics")]
    {
        res::generate(&[res::shader("gui").transform().graphic()]);
    }
}