From fbc0bad46fff1cb410c851b94bb95ea437fc059c Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Wed, 17 Dec 2014 07:51:43 +0100 Subject: [PATCH] Minor README update --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea06123..524bde3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # CPAL - Cross-platform audio library -Audio player in pure Rust. +Audio player in pure Rust. Works only on win32 (WASAPI) and linux (ALSA) for the moment. - * Works only on win32 for the moment +```toml +[dependencies] +cpal = "^0.0.1" +```