ableos/shadeable/Cargo.toml

19 lines
309 B
TOML
Raw Normal View History

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