Install
Add Scepter to a Rust project:
cargo add scepter
Or edit Cargo.toml:
[dependencies]
scepter = "0.1"
Run the mini engine example from this repository:
cargo run --example mini_engine
Add Scepter to a Rust project:
cargo add scepter
Or edit Cargo.toml:
[dependencies]
scepter = "0.1"
Run the mini engine example from this repository:
cargo run --example mini_engine