new workspace
This commit is contained in:
22
wgui/uidev-vk/Cargo.toml
Normal file
22
wgui/uidev-vk/Cargo.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[package]
|
||||
name = "uidev-vk"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = { workspace = true }
|
||||
glam = { workspace = true }
|
||||
log = { workspace = true }
|
||||
rust-embed = "8.7.2"
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
||||
wgui = { path = "../" }
|
||||
winit = "0.30.10"
|
||||
vulkano = { workspace = true }
|
||||
vulkano-shaders = { workspace = true }
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 0
|
||||
debug = true
|
||||
strip = "none"
|
||||
debug-assertions = true
|
||||
incremental = true
|
||||
Reference in New Issue
Block a user