[package] name = "keeshond_audio" description = "Audio subsystem for Keeshond Game Engine" version = "0.25.0" authors = ["Danni H "] repository = "https://gitlab.com/cosmicchipsocket/keeshond" readme = "README.md" categories = ["game-engines"] license = "MIT/Apache-2.0" edition = "2018" [dependencies] # May want to switch out these error handling crates in the future failure = "0.1.5" failure_derive = "0.1.5" bit-set = "0.5.0" alto = "3.0.4" hound = "3.4.0" lewton = "0.10.1" [dependencies.log] version = "0.4.6" features = ["std"] [dependencies.keeshond_datapack] version = "0.13.0" path = "../keeshond_datapack" features = ["serde"]