[package]
name = "amethyst_audio"
version = "0.8.0"
authors = ["Xaeroxe <kieseljake@gmail.com>"]
edition = "2018"
description = "Audio support for Amethyst"
exclude = ["examples/*"]
keywords = ["game", "engine", "audio","amethyst"]
categories = ["audio"]
documentation = "https://docs-src.amethyst.rs/stable/amethyst_audio/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"
readme = "README.md"
license = "MIT/Apache-2.0"
[badges]
travis-ci = { repository = "amethyst/amethyst" }
[dependencies]
amethyst_assets = { path = "../amethyst_assets", version = "0.9.0"}
amethyst_core = { path = "../amethyst_core", version = "0.8.0"}
amethyst_error = { path = "../amethyst_error", version = "0.3.0"}
cpal = "0.8"
derive-new = "0.5"
log = "0.4.6"
rodio = "0.9"
serde = { version = "1.0", features = ["derive"] }
thread_profiler = { version = "0.3", optional = true }
[dev-dependencies]
[dependencies.smallvec]
version = "0.6"
features = ["serde"]
[features]
profiler = [ "thread_profiler/thread_profiler" ]
nightly = [ "amethyst_core/nightly" ]