1
0
Fork 0
forked from koniifer/ableos
ableos-framebuffer/shadeable/Cargo.toml
2022-04-09 17:26:43 -05:00

19 lines
309 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 = "1.5"
features = [ "no_std", "only_i64"]
default-features = false