Publish 0.4.0

This commit is contained in:
Pierre Krieger 2016-10-01 10:30:38 +02:00
parent a00cf67900
commit d0610c14f0
2 changed files with 4 additions and 4 deletions

View File

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

View File

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