mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-10 01:28:41 -06:00
21 lines
521 B
TOML
21 lines
521 B
TOML
[package]
|
|
name = "kubi"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
glium = "0.32"
|
|
image = { version = "0.24", default_features = false, features = ["png"] }
|
|
log = "0.4"
|
|
env_logger = "0.10"
|
|
strum = { version = "0.24", features = ["derive"] }
|
|
glam = { version = "0.22", features = ["debug-glam-assert", "mint", "fast-math"] }
|
|
hashbrown = "0.13"
|
|
rayon = "1.6"
|
|
shipyard = { version = "0.6", features = ["thread_local"] }
|
|
nohash-hasher = "0.2.0"
|
|
anyhow = "1.0"
|
|
flume = "0.10"
|
|
#once_cell = "1.17"
|
|
bracket-noise = "0.8"
|