kubi/kubi-shared/Cargo.toml

13 lines
413 B
TOML
Raw Normal View History

2023-01-30 00:46:22 +00: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-30 02:42:58 +00:00
glam = { version = "0.22", features = ["debug-glam-assert", "mint", "fast-math", "rkyv"] }
2023-01-30 01:45:35 +00:00
strum = { version = "0.24", features = ["derive"] }
2023-01-30 02:23:39 +00:00
bracket-noise = "0.8"
2023-01-30 02:42:58 +00:00
rkyv = { version = "0.7", features = ["validation", "archive_le"] }