rodio/Cargo.toml
2015-09-10 17:52:02 +02:00

16 lines
494 B
TOML

[package]
name = "rodio"
version = "0.1.0"
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://tomaka.github.io/rodio/rodio/index.html"
[dependencies]
cpal = "0.2.1"
#hound = "1.0.0"
hound = { git = "https://github.com/tomaka/hound", branch = "wavreader-ownership" }
lazy_static = "0.1.12"
vorbis = "0.0.13"