2015-07-22 10:14:11 +00:00
|
|
|
[package]
|
|
|
|
name = "rodio"
|
2015-09-24 15:35:51 +00:00
|
|
|
version = "0.1.6"
|
2015-07-22 10:14:11 +00:00
|
|
|
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-22 15:58:03 +00:00
|
|
|
cpal = "0.2.5"
|
2015-09-10 18:25:13 +00:00
|
|
|
hound = "1.0.0"
|
2015-07-22 10:14:11 +00:00
|
|
|
lazy_static = "0.1.12"
|
2015-09-10 19:27:16 +00:00
|
|
|
time = "0.1.32"
|
2015-09-10 15:52:02 +00:00
|
|
|
vorbis = "0.0.13"
|