bevy_openal/Cargo.toml

15 lines
370 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>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
alto = "3"
anyhow = "1"
2021-03-06 15:13:27 +00:00
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main" }
2021-01-09 20:25:19 +00:00
claxon = "0.4"
2020-12-12 14:21:55 +00:00
hound = "3"
lewton = "0.10"