ableos/shadeable/Cargo.toml

19 lines
309 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-02-18 10:04:10 -06:00
# vga = "*"
2022-01-18 06:15:51 -06:00
libm = "*"
2022-01-22 00:01:16 -06:00
log ="*"
2022-01-16 19:42:11 -06:00
[dependencies.rhai]
2022-04-09 17:26:43 -05:00
version = "1.5"
2022-01-16 19:42:11 -06:00
features = [ "no_std", "only_i64"]
default-features = false