ui/Cargo.toml

20 lines
572 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]
2023-03-14 01:08:35 +00:00
quick-xml = "0.28.0"
2023-03-15 01:03:31 +00:00
serde = { version = "1.0.156", features = ["derive"] }
2023-01-16 11:58:59 +00:00
vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
2023-01-16 09:53:52 +00:00
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }
2023-03-06 01:03:18 +00:00
paste = "1.0.12"
2023-01-16 09:53:52 +00:00
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
2023-03-22 01:03:45 +00:00
anyhow = { version = "1.0.70", features = ["backtrace"] }
2023-01-16 09:53:52 +00:00
2023-01-16 12:27:54 +00:00
# optional
audio = { git = "https://gavania.de/hodasemi/audio.git", optional = true }
2023-01-16 09:53:52 +00:00
[features]