ui/Cargo.toml

21 lines
609 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-10-24 00:04:42 +00:00
quick-xml = "0.31.0"
2024-02-20 02:07:12 +00:00
serde = { version = "1.0.197", features = ["derive"] }
serde_json = { version = "1.0.115" }
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-07-16 00:04:51 +00:00
paste = "1.0.14"
2023-01-16 09:53:52 +00:00
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
2024-03-12 03:07:49 +00:00
anyhow = { version = "1.0.81", 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]