Merge remote-tracking branch 'upstream/master'

Merging with latest upstream, resolving simple .toml conflict
This commit is contained in:
mitchmindtree 2015-02-13 14:43:57 +11:00
commit b8b81e84f6
3 changed files with 1895 additions and 5452 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "cpal"
version = "0.0.12-pre"
version = "0.0.13"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform audio playing library in pure Rust."
repository = "https://github.com/tomaka/cpal"
@ -9,6 +9,9 @@ documentation = "http://tomaka.github.io/cpal/"
license = "Apache-2.0"
keywords = ["audio", "sound"]
[dependencies]
libc = "*"
[target.i686-pc-windows-gnu.dependencies.winapi]
version = "0"

View File

@ -1,11 +1,14 @@
[package]
name = "alsa-sys"
version = "0.0.2"
version = "0.0.3"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
build = "build.rs"
description = "Bindings for the ALSA project (Advanced Linux Sound Architecture)"
license = "MIT"
[dependencies]
libc = "*"
[build-dependencies]
pkg-config = "^0.1.1"

File diff suppressed because it is too large Load Diff