Merge pull request #134 from tomaka/0.4.0

Publish 0.4.0
This commit is contained in:
tomaka 2016-10-01 10:37:21 +02:00 committed by GitHub
commit f68509982a
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
[package]
name = "cpal"
version = "0.3.1"
version = "0.4.0"
authors = ["The CPAL contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Low-level cross-platform audio playing library in pure Rust."
repository = "https://github.com/tomaka/cpal"
documentation = "http://tomaka.github.io/cpal/"
documentation = "https://docs.rs/cpal"
license = "Apache-2.0"
keywords = ["audio", "sound"]

View File

@ -1,10 +1,10 @@
# CPAL - Cross-platform audio library
[Documentation](http://tomaka.github.io/cpal/)
[Documentation](https://docs.rs/cpal)
```toml
[dependencies]
cpal = "0.3.0"
cpal = "0.4.0"
```
Low-level library for audio playback in pure Rust.