From fa943b969f42d4dcf8bfd5993fe6f4b139f523c4 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Wed, 17 Dec 2014 10:03:20 +0100 Subject: [PATCH] Add link to documentation --- Cargo.toml | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 611497d..ab8462b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ version = "0.0.2-pre" authors = ["Pierre Krieger "] 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"] diff --git a/README.md b/README.md index 524bde3..a27d17f 100644 --- a/README.md +++ b/README.md @@ -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"