mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-10 01:28:41 -06:00
19 lines
408 B
TOML
19 lines
408 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"
|
|
simdnoise = "3.1"
|
|
rayon = "1.6"
|
|
|
|
[features]
|
|
default = []
|