Add link to documentation

This commit is contained in:
Pierre Krieger 2014-12-17 10:03:20 +01:00
parent d5e9cc2fd6
commit fa943b969f
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ version = "0.0.2-pre"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"] authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform audio playing library in pure Rust." description = "Cross-platform audio playing library in pure Rust."
repository = "https://github.com/tomaka/cpal" repository = "https://github.com/tomaka/cpal"
documentation = "http://tomaka.github.io/cpal/"
license = "Apache-2.0" license = "Apache-2.0"
keywords = ["audio", "sound"] keywords = ["audio", "sound"]

View File

@ -2,6 +2,8 @@
Audio player in pure Rust. Works only on win32 (WASAPI) and linux (ALSA) for the moment. Audio player in pure Rust. Works only on win32 (WASAPI) and linux (ALSA) for the moment.
[Documentation](http://tomaka.github.io/cpal/)
```toml ```toml
[dependencies] [dependencies]
cpal = "^0.0.1" cpal = "^0.0.1"