rhachis 0.9.0

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

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

[todo]
grep TODO src/*