kubi/kubi-shared/Cargo.toml

16 lines
407 B
TOML
Raw Normal View History

2023-01-30 00:46:22 +00:00
[package]
name = "kubi-shared"
version = "0.1.0"
edition = "2021"
2023-02-13 02:01:29 +00:00
publish = false
2023-01-30 00:46:22 +00: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-30 01:45:35 +00:00
strum = { version = "0.24", features = ["derive"] }
bincode = "2.0.0-rc"
2023-01-31 01:51:54 +00:00
anyhow = "1.0"
2023-01-30 02:23:39 +00:00
bracket-noise = "0.8"