rodio/Cargo.toml

17 lines
494 B
TOML
Raw Normal View History

2015-07-22 10:14:11 +00:00
[package]
name = "rodio"
version = "0.1.0"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
2015-07-22 11:50:34 +00:00
license = "Apache-2.0"
2015-07-22 11:43:27 +00:00
description = "Audio playback library"
2015-07-22 11:50:34 +00:00
keywords = ["audio", "playback", "gamedev"]
repository = "https://github.com/tomaka/rodio"
2015-07-22 11:57:51 +00:00
documentation = "http://tomaka.github.io/rodio/rodio/index.html"
2015-07-22 10:14:11 +00:00
[dependencies]
2015-09-01 17:35:26 +00:00
cpal = "0.2.1"
#hound = "1.0.0"
hound = { git = "https://github.com/tomaka/hound", branch = "wavreader-ownership" }
2015-07-22 10:14:11 +00:00
lazy_static = "0.1.12"
2015-09-10 15:52:02 +00:00
vorbis = "0.0.13"