2017-05-12 12:24:03 +00:00
|
|
|
[root]
|
|
|
|
name = "gstreamer"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-06-24 08:55:28 +00:00
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"glib 0.1.3 (git+https://github.com/gtk-rs/glib)",
|
|
|
|
"glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
|
|
|
|
"gobject-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
|
|
|
|
"gstreamer-sys 0.1.1 (git+https://github.com/sdroege/gstreamer-sys)",
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-12 12:24:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2017-06-24 08:55:28 +00:00
|
|
|
version = "0.9.1"
|
2017-05-12 12:24:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2017-07-03 15:08:43 +00:00
|
|
|
name = "examples"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"glib 0.1.3 (git+https://github.com/gtk-rs/glib)",
|
|
|
|
"gstreamer 0.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2017-05-12 12:24:03 +00:00
|
|
|
name = "glib"
|
|
|
|
version = "0.1.3"
|
2017-06-25 08:04:37 +00:00
|
|
|
source = "git+https://github.com/gtk-rs/glib#d3aed89e92d6162f385b699ccd546ee799612c93"
|
2017-05-12 12:24:03 +00:00
|
|
|
dependencies = [
|
2017-06-24 08:55:28 +00:00
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
|
|
|
|
"gobject-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
|
2017-05-12 12:24:03 +00:00
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-24 08:55:28 +00:00
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-12 12:24:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glib-sys"
|
|
|
|
version = "0.3.4"
|
2017-06-24 08:55:28 +00:00
|
|
|
source = "git+https://github.com/gtk-rs/sys#113444397b56ffda5214ffcc5a2ed80c25020fe5"
|
2017-05-12 12:24:03 +00:00
|
|
|
dependencies = [
|
2017-06-24 08:55:28 +00:00
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-12 12:24:03 +00:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gobject-sys"
|
|
|
|
version = "0.3.4"
|
2017-06-24 08:55:28 +00:00
|
|
|
source = "git+https://github.com/gtk-rs/sys#113444397b56ffda5214ffcc5a2ed80c25020fe5"
|
2017-05-12 12:24:03 +00:00
|
|
|
dependencies = [
|
2017-06-24 08:55:28 +00:00
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-12 12:24:03 +00:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-sys"
|
|
|
|
version = "0.1.1"
|
2017-06-25 08:04:37 +00:00
|
|
|
source = "git+https://github.com/sdroege/gstreamer-sys#0d5b1c60a6d74150a55de4b5f980e09dd67014f2"
|
2017-05-12 12:24:03 +00:00
|
|
|
dependencies = [
|
2017-06-24 08:55:28 +00:00
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
|
|
|
|
"gobject-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-12 12:24:03 +00:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2017-06-24 08:55:28 +00:00
|
|
|
version = "0.2.24"
|
2017-05-12 12:24:03 +00:00
|
|
|
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]
|
2017-06-24 08:55:28 +00:00
|
|
|
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
|
|
|
|
"checksum glib 0.1.3 (git+https://github.com/gtk-rs/glib)" = "<none>"
|
|
|
|
"checksum glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)" = "<none>"
|
|
|
|
"checksum gobject-sys 0.3.4 (git+https://github.com/gtk-rs/sys)" = "<none>"
|
|
|
|
"checksum gstreamer-sys 0.1.1 (git+https://github.com/sdroege/gstreamer-sys)" = "<none>"
|
2017-05-12 12:24:03 +00:00
|
|
|
"checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf"
|
2017-06-24 08:55:28 +00:00
|
|
|
"checksum libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)" = "38f5c2b18a287cf78b4097db62e20f43cace381dc76ae5c0a3073067f78b7ddc"
|
2017-05-12 12:24:03 +00:00
|
|
|
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
|