Minor tweaks in Cargo.toml files
This commit is contained in:
parent
c2737ce359
commit
abd4c99d0b
|
@ -4,6 +4,8 @@ name = "cpal"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
||||||
description = "Cross-platform audio playing library in pure Rust."
|
description = "Cross-platform audio playing library in pure Rust."
|
||||||
|
repository = "https://github.com/tomaka/cpal"
|
||||||
|
license = "Apache-2.0"
|
||||||
keywords = ["audio", "sound"]
|
keywords = ["audio", "sound"]
|
||||||
|
|
||||||
[target.i686-pc-windows-gnu.dependencies.winapi]
|
[target.i686-pc-windows-gnu.dependencies.winapi]
|
||||||
|
@ -24,5 +26,5 @@ path = "alsa-sys"
|
||||||
version = "*"
|
version = "*"
|
||||||
path = "alsa-sys"
|
path = "alsa-sys"
|
||||||
|
|
||||||
[dev-dependencies.vorbis]
|
[dev-dependencies]
|
||||||
git = "https://github.com/tomaka/vorbis-rs"
|
vorbis = "^0.0.1"
|
||||||
|
|
|
@ -6,4 +6,4 @@ authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
pkg-config = "*"
|
pkg-config = "^0.1.1"
|
||||||
|
|
Loading…
Reference in New Issue