ableos/shadeable/Cargo.toml

18 lines
296 B
TOML

[package]
name = "shadeable"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
vga = "*"
libm = "*"
[dependencies.rhai]
version = "*"
features = [ "no_std", "only_i64"]
default-features = false