hUI/hui-examples/Cargo.toml

20 lines
514 B
TOML
Raw Normal View History

2024-02-17 20:43:46 +00:00
[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" }
2024-08-04 16:06:49 +00:00
hui-winit = { path = "../hui-winit" }
2024-02-17 20:43:46 +00:00
kubi-logging = { git = "https://github.com/griffi-gh/kubi", rev = "c162893fd" }
2024-08-04 16:06:49 +00:00
glium = "0.35"
winit = "0.30"
glam = "0.28"
2024-02-17 20:43:46 +00:00
log = "0.4"
2024-03-25 00:59:13 +00:00
image = { version = "0.25", features = ["jpeg", "png"] }
2024-02-17 20:43:46 +00:00
#created as a workaround for rust-analyzer dependency cycle (which should be allowed)