Add link to documentation
This commit is contained in:
parent
d5e9cc2fd6
commit
fa943b969f
|
@ -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"]
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue