bevy_openal/Cargo.toml

17 lines
429 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"
2021-12-15 16:55:42 +00:00
bevy = { git = "https://github.com/bevyengine/bevy.git", 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"