mirror of
https://github.com/lightsoutgames/bevy_openal.git
synced 2024-11-14 13:45:56 +00:00
17 lines
398 B
TOML
17 lines
398 B
TOML
[package]
|
|
name = "bevy_openal"
|
|
version = "0.1.0"
|
|
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
alto = "3"
|
|
anyhow = "1"
|
|
bevy = { version = "0.6", default-features = false }
|
|
claxon = "0.4"
|
|
hound = "3"
|
|
lewton = "0.10"
|
|
minimp3 = "0.5" |