Files
wayvr/uidev/Cargo.toml
2026-01-10 20:52:33 +09:00

22 lines
621 B
TOML

[package]
name = "uidev"
version = "0.1.0"
edition = "2024"
description = "wgui library testing using winit backend"
license = "GPL-3.0-only"
authors = ["galister", "oo8dev"]
repository = "https://github.com/wlx-team/wayvr"
[dependencies]
anyhow = { workspace = true }
glam = { workspace = true }
log = { workspace = true }
rust-embed = "8.9.0"
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
wgui = { path = "../wgui/" }
winit = "0.30.12"
vulkano = { workspace = true }
vulkano-shaders = { workspace = true }
dash-frontend = { path = "../dash-frontend/" }
wlx-common = { path = "../wlx-common" }