Minor tweaks in Cargo.toml files

This commit is contained in:
Pierre Krieger 2014-12-16 19:02:53 +01:00
parent c2737ce359
commit abd4c99d0b
2 changed files with 5 additions and 3 deletions

View File

@ -4,6 +4,8 @@ name = "cpal"
version = "0.0.1"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform audio playing library in pure Rust."
repository = "https://github.com/tomaka/cpal"
license = "Apache-2.0"
keywords = ["audio", "sound"]
[target.i686-pc-windows-gnu.dependencies.winapi]
@ -24,5 +26,5 @@ path = "alsa-sys"
version = "*"
path = "alsa-sys"
[dev-dependencies.vorbis]
git = "https://github.com/tomaka/vorbis-rs"
[dev-dependencies]
vorbis = "^0.0.1"

View File

@ -6,4 +6,4 @@ authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
build = "build.rs"
[build-dependencies]
pkg-config = "*"
pkg-config = "^0.1.1"