1
0
Fork 0
forked from AbleOS/ableos
ableos-idl/shadeable/Cargo.toml

19 lines
305 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 = "*"
log ="*"
[dependencies.rhai]
version = "*"
features = [ "no_std", "only_i64"]
default-features = false