ui/Cargo.toml
RenovateBot 070c475dae
Some checks failed
Gavania Merge Build / build (pull_request) Has been cancelled
Update Rust crate quick-xml to 0.37.0
2025-04-06 09:05:03 +00:00

23 lines
684 B
TOML

[package]
name = "ui"
version = "0.1.0"
authors = ["hodasemi <michaelh.95@t-online.de>"]
edition = "2024"
[dependencies]
quick-xml = "0.37.0"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = { version = "1.0.120" }
paste = "1.0.15"
anyhow = { version = "1.0.86", features = ["backtrace"] }
vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
ecs = { git = "https://gavania.de/hodasemi/ecs.git" }
# optional
audio = { git = "https://gavania.de/hodasemi/audio.git", optional = true }
[features]
default = ["audio"]