audio/Cargo.toml

12 lines
387 B
TOML
Raw Normal View History

2023-01-16 12:17:58 +00:00
[package]
name = "audio"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-05-01 08:43:51 +00:00
fyrox-sound = "0.26.0"
2024-05-18 12:04:49 +00:00
anyhow = { version = "1.0.86", features = ["backtrace"] }
2023-01-16 12:17:58 +00:00
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }