On Linux you need the xorg-dev
package as required by minifb
-- sudo apt install xorg-dev
cargo run --release
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
:
toml
[dependencies]
sprite-gen = "0.1"
And this to your crate root:
rust
extern crate sprite_gen;
On Linux you need the xorg-dev
package as required by minifb
-- sudo apt install xorg-dev
cargo run --example minifb
This should produce the following window: