mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-10 01:28:41 -06:00
17 lines
428 B
TOML
17 lines
428 B
TOML
#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" }
|
|
glium = { git = "https://github.com/glium/glium", rev = "a352c667" }
|
|
winit = "0.29"
|
|
glam = "0.25"
|
|
log = "0.4"
|