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>"]
description = "Cross-platform audio playing library in pure Rust."
repository = "https://github.com/tomaka/cpal"
documentation = "http://tomaka.github.io/cpal/"
license = "Apache-2.0"
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.
[Documentation](http://tomaka.github.io/cpal/)
```toml
[dependencies]
cpal = "^0.0.1"