mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
17 lines
445 B
TOML
17 lines
445 B
TOML
[package]
|
|
name = "rodio"
|
|
version = "0.2.1"
|
|
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
|
license = "Apache-2.0"
|
|
description = "Audio playback library"
|
|
keywords = ["audio", "playback", "gamedev"]
|
|
repository = "https://github.com/tomaka/rodio"
|
|
documentation = "http://tomaka.github.io/rodio/rodio/index.html"
|
|
|
|
[dependencies]
|
|
cpal = "0.2.7"
|
|
hound = "1.0.0"
|
|
lazy_static = "0.1.12"
|
|
simplemad = "0.5.2"
|
|
time = "0.1.32"
|
|
vorbis = "0.0.13"
|