kubi/kubi-shared/Cargo.toml

16 lines
407 B
TOML
Raw Normal View History

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