Minor README update

This commit is contained in:
Pierre Krieger 2014-12-17 07:51:43 +01:00
parent df44dc2bf8
commit fbc0bad46f
1 changed files with 5 additions and 2 deletions

View File

@ -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"
```