canary-rs/crates/script/Cargo.toml

13 lines
267 B
TOML
Raw Normal View History

2022-07-15 21:11:35 +00:00
[package]
name = "canary-script"
2022-07-15 21:11:35 +00:00
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
2022-07-15 21:11:35 +00:00
[dependencies]
bitflags = "^1"
bytemuck = { version = "1", features = ["derive"] }
glam = { version = "^0.21", features = ["bytemuck"] }
num-derive = "0.3"
num-traits = "0.2"