bevy_openal/Cargo.toml

17 lines
398 B
TOML
Raw Normal View History

2020-12-12 14:21:55 +00:00
[package]
name = "bevy_openal"
version = "0.1.0"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
license = "MIT OR Apache-2.0"
2021-10-26 07:30:19 +00:00
edition = "2021"
2020-12-12 14:21:55 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
alto = "3"
anyhow = "1"
2022-01-10 20:07:07 +00:00
bevy = { version = "0.6", default-features = false }
2021-01-09 20:25:19 +00:00
claxon = "0.4"
2020-12-12 14:21:55 +00:00
hound = "3"
2021-08-12 18:18:45 +00:00
lewton = "0.10"
minimp3 = "0.5"