2015-07-22 10:14:11 +00:00
|
|
|
[package]
|
|
|
|
name = "rodio"
|
2017-08-21 19:48:24 +00:00
|
|
|
version = "0.5.2"
|
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"
|
2017-02-09 13:02:38 +00:00
|
|
|
documentation = "http://docs.rs/rodio"
|
2015-07-22 10:14:11 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2017-02-09 10:49:44 +00:00
|
|
|
claxon = "0.3.0"
|
2016-10-01 08:44:00 +00:00
|
|
|
cpal = "0.4.0"
|
|
|
|
futures = "0.1.1"
|
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"
|
2017-02-27 18:26:16 +00:00
|
|
|
lewton = "0.5"
|
2017-07-01 14:57:59 +00:00
|
|
|
cgmath = "0.14"
|