amethyst_audio 0.15.3

Audio support for Amethyst
Documentation
[badges.travis-ci]
repository = "amethyst/amethyst"

[dependencies.amethyst_assets]
version = "0.15.3"

[dependencies.amethyst_core]
version = "0.15.3"

[dependencies.amethyst_error]
version = "0.15.3"

[dependencies.cpal]
version = "0.11"

[dependencies.derive-new]
version = "0.5"

[dependencies.log]
version = "0.4.6"

[dependencies.rodio]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.smallvec]
features = ["serde"]
version = "1.2"

[dependencies.thread_profiler]
optional = true
version = "0.3"

[features]
profiler = ["thread_profiler/thread_profiler"]

[package]
authors = ["Xaeroxe <kieseljake@gmail.com>", "Amethyst Foundation <contact@amethyst.rs>"]
categories = ["multimedia::audio"]
description = "Audio support for Amethyst"
documentation = "https://docs.amethyst.rs/stable/amethyst_audio/"
edition = "2018"
exclude = ["examples/*"]
homepage = "https://amethyst.rs/"
keywords = ["game", "engine", "audio", "amethyst"]
license = "MIT/Apache-2.0"
name = "amethyst_audio"
readme = "README.md"
repository = "https://github.com/amethyst/amethyst"
version = "0.15.3"