Remove Cargo.lock

It's not a good idea to lock to specific versions for library crates.
This commit is contained in:
Sebastian Dröge 2017-09-01 13:54:12 +03:00
parent 0d79fa041c
commit 84a7a0ff6a
2 changed files with 1 additions and 146 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/target/
**/*.rs.bk
Cargo.lock

146
Cargo.lock generated
View file

@ -1,146 +0,0 @@
[root]
name = "gstreamer-video-sys"
version = "0.3.0"
dependencies = [
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gstreamer-base-sys 0.3.0",
"gstreamer-sys 0.3.0",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "bitflags"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "glib-sys"
version = "0.4.0"
source = "git+https://github.com/gtk-rs/sys#7d428511eab76b3cc9ba12aa99285ad54ff6f8d3"
dependencies = [
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gobject-sys"
version = "0.4.0"
source = "git+https://github.com/gtk-rs/sys#7d428511eab76b3cc9ba12aa99285ad54ff6f8d3"
dependencies = [
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gstreamer-app-sys"
version = "0.3.0"
dependencies = [
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gstreamer-base-sys 0.3.0",
"gstreamer-sys 0.3.0",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gstreamer-audio-sys"
version = "0.3.0"
dependencies = [
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gstreamer-base-sys 0.3.0",
"gstreamer-sys 0.3.0",
"gstreamer-tag-sys 0.3.0",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gstreamer-base-sys"
version = "0.3.0"
dependencies = [
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gstreamer-sys 0.3.0",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gstreamer-pbutils-sys"
version = "0.3.0"
dependencies = [
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gstreamer-audio-sys 0.3.0",
"gstreamer-sys 0.3.0",
"gstreamer-tag-sys 0.3.0",
"gstreamer-video-sys 0.3.0",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gstreamer-player-sys"
version = "0.3.0"
dependencies = [
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gstreamer-sys 0.3.0",
"gstreamer-video-sys 0.3.0",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gstreamer-sys"
version = "0.3.0"
dependencies = [
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gstreamer-tag-sys"
version = "0.3.0"
dependencies = [
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gstreamer-base-sys 0.3.0",
"gstreamer-sys 0.3.0",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "libc"
version = "0.2.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "pkg-config"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
"checksum glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)" = "<none>"
"checksum gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)" = "<none>"
"checksum libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)" = "2370ca07ec338939e356443dac2296f581453c35fe1e3a3ed06023c49435f915"
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"