kubi/kubi-shared/Cargo.toml

12 lines
337 B
TOML
Raw Normal View History

2023-01-29 18:46:22 -06:00
[package]
name = "kubi-shared"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-01-29 20:23:39 -06:00
glam = { version = "0.22", features = ["debug-glam-assert", "mint", "fast-math"] }
2023-01-29 19:45:35 -06:00
strum = { version = "0.24", features = ["derive"] }
2023-01-29 20:23:39 -06:00
bracket-noise = "0.8"