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"
2020-12-12 14:21:55 +00:00
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
alto = "3"
anyhow = "1"
2021-04-08 18:24:22 +00:00
bevy = { version = "0.5", 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"