rhachis 0.10.0

A game framework based off wgpu and winit
Documentation
1
2
3
4
5
6
7
8
9
10
[default]
cargo run --example ui

[check]
cargo clippy --examples -- -D warnings
cargo test
cargo fmt

[todo]
grep TODO src/*