sprite (Executable)
cargo install sprite
sprite
This should produce the following window:
A Rust library for procedurally generating 2D sprites. Port of https://github.com/zfedoran/pixel-sprite-generator
Add this to your Cargo.toml
:
[dependencies]
sprite-gen = "0.2"