2024-02-17 14:43:46 -06:00
|
|
|
[package]
|
|
|
|
name = "hui-examples"
|
|
|
|
version = "0.0.0"
|
|
|
|
edition = "2021"
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
hui = { path = "../hui" }
|
2024-09-20 16:19:56 -05:00
|
|
|
hui-painter = { path = "../hui-painter" }
|
2024-02-17 14:43:46 -06:00
|
|
|
hui-glium = { path = "../hui-glium" }
|
2024-08-04 11:06:49 -05:00
|
|
|
hui-winit = { path = "../hui-winit" }
|
2024-09-08 05:13:44 -05:00
|
|
|
kubi-logging = { git = "https://github.com/griffi-gh/kubi", rev = "be1e24ba0c9e6d24128e7d0e74bebd8b90c23be7" }
|
2024-08-04 11:06:49 -05:00
|
|
|
glium = "0.35"
|
|
|
|
winit = "0.30"
|
|
|
|
glam = "0.28"
|
2024-02-17 14:43:46 -06:00
|
|
|
log = "0.4"
|
2024-03-24 19:59:13 -05:00
|
|
|
image = { version = "0.25", features = ["jpeg", "png"] }
|
2024-02-17 14:43:46 -06:00
|
|
|
|
|
|
|
#created as a workaround for rust-analyzer dependency cycle (which should be allowed)
|