kubi/kubi-ui/Cargo.toml
2023-11-21 16:45:41 +01:00

17 lines
389 B
TOML

[package]
name = "kubi-ui"
version = "0.0.0"
edition = "2021"
publish = false
[dependencies]
hashbrown = "0.14"
nohash-hasher = "0.2"
glam = { version = "0.24", features = ["approx"] }
glium = { git = "https://github.com/glium/glium", rev = "968fc92378caf", optional = true }
[features]
default = ["backend_glium", "builtin_elements"]
backend_glium = ["dep:glium"]
builtin_elements = []