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