rodio/Cargo.toml

18 lines
436 B
TOML
Raw Normal View History

2015-07-22 10:14:11 +00:00
[package]
name = "rodio"
2016-11-14 21:24:34 +00:00
version = "0.4.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"
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]
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"
2016-10-04 04:25:57 +00:00
lewton = "0.4"
ogg = "0.4"