rodio/Cargo.toml
Jacob Kiesel 5e68bba0fe Publish new version
It would be helpful to me to have use of the new `empty()` function for Amethyst.  Do you mind publishing a new minor version?
2017-08-21 13:48:24 -06:00

18 lines
431 B
TOML

[package]
name = "rodio"
version = "0.5.2"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
license = "Apache-2.0"
description = "Audio playback library"
keywords = ["audio", "playback", "gamedev"]
repository = "https://github.com/tomaka/rodio"
documentation = "http://docs.rs/rodio"
[dependencies]
claxon = "0.3.0"
cpal = "0.4.0"
futures = "0.1.1"
hound = "1.0.0"
lazy_static = "0.1.12"
lewton = "0.5"
cgmath = "0.14"