hUI/hui-examples/Cargo.toml
2024-03-25 01:59:13 +01:00

20 lines
514 B
TOML

[package]
name = "hui-examples"
version = "0.0.0"
edition = "2021"
license = "GPL-3.0-or-later"
publish = false
[dev-dependencies]
hui = { path = "../hui" }
hui-glium = { path = "../hui-glium" }
hui-winit = { path = "../hui-winit" }
kubi-logging = { git = "https://github.com/griffi-gh/kubi", rev = "c162893fd" }
glium = "0.34"
winit = "0.29"
glam = "0.27"
log = "0.4"
image = { version = "0.25", features = ["jpeg", "png"] }
#created as a workaround for rust-analyzer dependency cycle (which should be allowed)