Simple direct rendering GUI controls
Add this to your Cargo.toml
:
toml
[dependencies]
direct-gui = "0.1"
And this to your crate root:
rust
extern crate direct_gui;
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: