kubi/kubi-ui-examples/Cargo.toml

17 lines
428 B
TOML
Raw Normal View History

#created as a workaround for rust-analyzer dependency cycle (which should be allowed)
[package]
name = "kubi-ui-examples"
version = "0.0.0"
edition = "2021"
publish = false
[dev-dependencies]
kubi-ui = { path = "../kubi-ui" }
kubi-ui-glium = { path = "../kubi-ui-glium" }
kubi-logging = { path = "../kubi-logging" }
2024-02-12 15:20:45 -06:00
glium = { git = "https://github.com/glium/glium", rev = "a352c667" }
winit = "0.29"
2024-02-12 15:20:45 -06:00
glam = "0.25"
log = "0.4"