2015-07-22 12:14:11 +02:00
|
|
|
[package]
|
|
|
|
name = "rodio"
|
2015-09-27 14:55:44 +02:00
|
|
|
version = "0.1.8"
|
2015-07-22 12:14:11 +02:00
|
|
|
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
2015-07-22 13:50:34 +02:00
|
|
|
license = "Apache-2.0"
|
2015-07-22 13:43:27 +02:00
|
|
|
description = "Audio playback library"
|
2015-07-22 13:50:34 +02:00
|
|
|
keywords = ["audio", "playback", "gamedev"]
|
|
|
|
repository = "https://github.com/tomaka/rodio"
|
2015-07-22 13:57:51 +02:00
|
|
|
documentation = "http://tomaka.github.io/rodio/rodio/index.html"
|
2015-07-22 12:14:11 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2015-09-27 13:06:34 +02:00
|
|
|
cpal = "0.2.7"
|
2015-09-10 20:25:13 +02:00
|
|
|
hound = "1.0.0"
|
2015-07-22 12:14:11 +02:00
|
|
|
lazy_static = "0.1.12"
|
2015-09-10 21:27:16 +02:00
|
|
|
time = "0.1.32"
|
2015-09-10 17:52:02 +02:00
|
|
|
vorbis = "0.0.13"
|