mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-09 17:18:41 -06:00
15 lines
498 B
TOML
15 lines
498 B
TOML
[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]
|
|
glam = { version = "0.22", features = ["debug-glam-assert", "fast-math", "serde"] }
|
|
strum = { version = "0.24", features = ["derive"] }
|
|
bincode = { version = "2.0.0-rc", default_features = false, features = ["std", "serde"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
bracket-noise = "0.8"
|
|
#laminar = "0.5.0"
|