mirror of https://github.com/wayvr-org/wayvr.git
23 lines
569 B
TOML
23 lines
569 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]
|
|
dash-frontend = { path = "../dash-frontend/" }
|
|
wgui = { path = "../wgui/" }
|
|
wlx-common = { path = "../wlx-common" }
|
|
|
|
anyhow.workspace = true
|
|
glam.workspace = true
|
|
log.workspace = true
|
|
rust-embed.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
vulkano.workspace = true
|
|
vulkano-shaders.workspace = true
|
|
winit.workspace = true
|