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]
|
2023-01-30 18:28:35 -06:00
|
|
|
glam = { version = "0.22", features = ["debug-glam-assert", "fast-math", "serde"] }
|
2023-02-14 12:54:52 -06:00
|
|
|
shipyard = { git = "https://github.com/leudz/shipyard", rev = "e30dece" }
|
2023-01-29 19:45:35 -06:00
|
|
|
strum = { version = "0.24", features = ["derive"] }
|
2023-01-30 20:06:30 -06:00
|
|
|
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"
|