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:42:58 -06:00
|
|
|
glam = { version = "0.22", features = ["debug-glam-assert", "mint", "fast-math", "rkyv"] }
|
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"
|
2023-01-29 20:42:58 -06:00
|
|
|
rkyv = { version = "0.7", features = ["validation", "archive_le"] }
|
2023-01-30 13:23:00 -06:00
|
|
|
bytecheck = "*"
|