ableos/shadeable/Cargo.toml

19 lines
305 B
TOML
Raw Normal View History

2022-01-16 19:42:11 -06:00
[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]
2022-01-18 06:15:51 -06:00
vga = "*"
libm = "*"
2022-01-22 00:01:16 -06:00
log ="*"
2022-01-16 19:42:11 -06:00
[dependencies.rhai]
version = "*"
features = [ "no_std", "only_i64"]
default-features = false