ui/Cargo.toml

19 lines
493 B
TOML
Raw Normal View History

2023-01-16 09:53:52 +00:00
[package]
name = "ui"
version = "0.1.0"
authors = ["hodasemi <michaelh.95@t-online.de>"]
edition = "2021"
[dependencies]
quick-xml = "0.27.1"
serde = { version = "1.0.152", features = ["derive"] }
# context = { path = "../context" }
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }
paste = "1.0.11"
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
anyhow = { version = "1.0.68", features = ["backtrace"] }
[features]
audio = []
# audio = ["context/sound"]