2023-11-21 07:08:22 -06:00
|
|
|
[package]
|
|
|
|
name = "kubi-ui"
|
|
|
|
version = "0.0.0"
|
|
|
|
edition = "2021"
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
hashbrown = "0.14"
|
|
|
|
nohash-hasher = "0.2"
|
2023-11-23 14:27:11 -06:00
|
|
|
glam = "0.24"
|
2023-11-28 13:13:14 -06:00
|
|
|
fontdue = "0.8"
|
2023-11-24 10:54:23 -06:00
|
|
|
rect_packer = "0.2"
|
2023-11-22 04:56:46 -06:00
|
|
|
log = "0.4"
|
2023-11-21 07:08:22 -06:00
|
|
|
|
2023-11-22 18:48:04 -06:00
|
|
|
[dev-dependencies]
|
2023-11-23 04:10:35 -06:00
|
|
|
kubi-logging = { path = "../kubi-logging" }
|
2023-11-28 13:13:14 -06:00
|
|
|
kubi-ui-glium = { path = "../kubi-ui-glium" }
|
2023-11-22 18:48:04 -06:00
|
|
|
glium = { git = "https://github.com/glium/glium", rev = "968fc92378caf" }
|
2023-11-23 04:10:35 -06:00
|
|
|
winit = "0.29"
|
2023-11-22 18:48:04 -06:00
|
|
|
|
2023-11-21 07:08:22 -06:00
|
|
|
[features]
|
2023-11-28 13:13:14 -06:00
|
|
|
default = ["builtin_elements", "builtin_font"]
|
2023-11-23 16:13:17 -06:00
|
|
|
builtin_font = []
|
2023-11-23 10:14:02 -06:00
|
|
|
builtin_elements = []
|
2023-11-24 10:54:23 -06:00
|
|
|
#parallel = ["dep:rayon", "fontdue/parallel"]
|