1
0
Fork 0
forked from koniifer/ableos
ableos-framebuffer/shadeable/Cargo.toml
2022-01-18 06:15:51 -06:00

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