|
|
|
|
@ -57,24 +57,24 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "atk"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"atk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"atk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "atk-sys"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
@ -150,23 +150,23 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cairo-rs"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-sys-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-sys-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cairo-sys-rs"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
@ -575,61 +575,61 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gdk"
|
|
|
|
|
version = "0.10.0"
|
|
|
|
|
version = "0.11.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-rs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-sys-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-sys-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gdk-pixbuf"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"gdk-pixbuf-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gdk-pixbuf-sys"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"gio-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gdk-sys"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cairo-sys-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-sys-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
@ -652,45 +652,45 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gio"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fragile 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gio-sys"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "glib"
|
|
|
|
|
version = "0.7.1"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "glib-sys"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
@ -704,25 +704,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gobject-sys"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gstreamer"
|
|
|
|
|
version = "0.13.0"
|
|
|
|
|
version = "0.14.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"muldiv 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
@ -731,141 +731,142 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gstreamer-base"
|
|
|
|
|
version = "0.13.0"
|
|
|
|
|
version = "0.14.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-base-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-base-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gstreamer-base-sys"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gstreamer-player"
|
|
|
|
|
version = "0.13.0"
|
|
|
|
|
version = "0.14.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-player-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-video 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-player-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-video 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gstreamer-player-sys"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-video-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-video-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gstreamer-sys"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gstreamer-video"
|
|
|
|
|
version = "0.13.0"
|
|
|
|
|
version = "0.14.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-base 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-base-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-video-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-base 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-base-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-video-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gstreamer-video-sys"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-base-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-base-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gtk"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"atk 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"atk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-rs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-sys-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-sys-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gtk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gtk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gtk-sys"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"atk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-sys-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"atk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-sys-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
@ -1064,37 +1065,39 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libhandy"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "git+https://gitlab.gnome.org/BrainBlasted/libhandy-rs/?branch=wip/christopherdavis/update-0-0-10#e387966d826ea8370596e60cef43b9d461fe9bb7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gtk 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gtk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gtk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gtk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libhandy-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libhandy-sys 0.3.1 (git+https://gitlab.gnome.org/BrainBlasted/libhandy-rs/?branch=wip/christopherdavis/update-0-0-10)",
|
|
|
|
|
"pango 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libhandy-sys"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "git+https://gitlab.gnome.org/BrainBlasted/libhandy-rs/?branch=wip/christopherdavis/update-0-0-10#e387966d826ea8370596e60cef43b9d461fe9bb7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"gdk 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gtk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gtk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
@ -1325,11 +1328,11 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mpris-player"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "git+https://gitlab.gnome.org/ZanderBrown/mpris-player#e3ca52f3d013fa8fad1c230f2880a40bd099b0ce"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"dbus 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
@ -1465,25 +1468,25 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pango"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pango-sys"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
@ -1611,21 +1614,21 @@ dependencies = [
|
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fragile 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gettext-rs 0.4.1 (git+https://github.com/danigm/gettext-rs?branch=no-gettext)",
|
|
|
|
|
"gio 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-player 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gtk 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-player 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gtk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"html2text 0.1.8 (git+https://github.com/jugglerchris/rust-html2text)",
|
|
|
|
|
"humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libhandy 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libhandy 0.4.0 (git+https://gitlab.gnome.org/BrainBlasted/libhandy-rs/?branch=wip/christopherdavis/update-0-0-10)",
|
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"loggerv 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mpris-player 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mpris-player 0.4.0 (git+https://gitlab.gnome.org/ZanderBrown/mpris-player)",
|
|
|
|
|
"open 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"podcasts-data 0.1.0",
|
|
|
|
|
"podcasts-downloader 0.1.0",
|
|
|
|
|
@ -2626,8 +2629,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
|
|
|
"checksum antidote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "34fde25430d87a9388dadbe6e34d7f72a462c8b43ac8d309b42b0a8505d7e2a5"
|
|
|
|
|
"checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71"
|
|
|
|
|
"checksum atk 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7ce8fd2055aa2ce617754c5a701682a06b4b57093cbbcbd8f068622a8debae96"
|
|
|
|
|
"checksum atk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "83744274abbcc2242f845a25cf84b9adb5991eaecc8f7c67cffd69ea636f4ff8"
|
|
|
|
|
"checksum atk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "86b7499272acf036bb5820c6e346bbfb5acc5dceb104bc2c4fd7e6e33dfcde6a"
|
|
|
|
|
"checksum atk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067531f752c01027f004032bb676e715aba74b75e904a7340a61ce3fb0b61b0"
|
|
|
|
|
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
|
|
|
|
|
"checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799"
|
|
|
|
|
"checksum backtrace 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f106c02a3604afcdc0df5d36cc47b44b55917dbaf3d808f71c163a0ddba64637"
|
|
|
|
|
@ -2637,8 +2640,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
"checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39"
|
|
|
|
|
"checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb"
|
|
|
|
|
"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
|
|
|
|
"checksum cairo-rs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9e09d8a818b2ccc8983f04d95a9350c3cf8d24cc456cedca3b88fa3a81fdc0e2"
|
|
|
|
|
"checksum cairo-sys-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b3fa13914fdc013387afa771f554f2f71d6ae931f4e5be9246c337d60c3dc484"
|
|
|
|
|
"checksum cairo-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cac3ead6489c4d701dabeb6e20795654e7c574f6de400a80d922328664beb95e"
|
|
|
|
|
"checksum cairo-sys-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "90a1ec04603a78c111886a385edcec396dbfbc57ea26b9e74aeea6a1fe55dcca"
|
|
|
|
|
"checksum cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" = "a0c56216487bb80eec9c4516337b2588a4f2a2290d72a1416d930e4dcdb0c90d"
|
|
|
|
|
"checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4"
|
|
|
|
|
"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
|
|
|
|
|
@ -2686,28 +2689,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
"checksum futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
|
|
|
|
|
"checksum futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "62941eff9507c8177d448bd83a44d9b9760856e184081d8cd79ba9f03dd24981"
|
|
|
|
|
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
|
|
|
|
"checksum gdk 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9c229b642a3cf701f92246b131fda2eaabaa5f44f4a255dee65939ebd0ab0141"
|
|
|
|
|
"checksum gdk-pixbuf 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9a1bcb11b461ff5638f6bf03c9f173d3dc250eabc8e57a60644b6f529d3a7c91"
|
|
|
|
|
"checksum gdk-pixbuf-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "10e1115ca451907b6d775fc0392641d14c89277662d98828412fb68555e7e8c8"
|
|
|
|
|
"checksum gdk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "458dc6243bdda4aa1693f5f18231f55b98e9c99c50b3b9bd673cf461ef1710ea"
|
|
|
|
|
"checksum gdk 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6243e995f41f3a61a31847e54cc719edce93dd9140c89dca3b9919be1cfe22d5"
|
|
|
|
|
"checksum gdk-pixbuf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9726408ee1bbada83094326a99b9c68fea275f9dbb515de242a69e72051f4fcc"
|
|
|
|
|
"checksum gdk-pixbuf-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1d6778abf5764b9080a9345a16c5d16289426a3b3edd808a29a9061d431c465"
|
|
|
|
|
"checksum gdk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ebe06357212127f50575b535bdb04638f5d375bb41062287abc6c94e5b8067b"
|
|
|
|
|
"checksum gettext-rs 0.4.1 (git+https://github.com/danigm/gettext-rs?branch=no-gettext)" = "<none>"
|
|
|
|
|
"checksum gettext-sys 0.19.8 (git+https://github.com/danigm/gettext-rs?branch=no-gettext)" = "<none>"
|
|
|
|
|
"checksum gio 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff120a666f4a0f41cca7554fbac82defc2562e90eccf3b26a30e6461fa1bbde8"
|
|
|
|
|
"checksum gio-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "04957c40df00dd72f7c9ec8e382b01ff8ed4a904fcd2fa608b7ae7fbaccfda8f"
|
|
|
|
|
"checksum glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e8fdc159c196a5dfa53a92929ac4c10c8a6637ffb43951f3fff89c2cd2365"
|
|
|
|
|
"checksum glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5bda542f3caee39a027638e9644ff89204101ad916fd7370b585ad2c5fc97e61"
|
|
|
|
|
"checksum gio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6261b5d34c30c2d59f879e643704cf54cb44731f3a2038000b68790c03e360e3"
|
|
|
|
|
"checksum gio-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "778b856a70a32e2cc5dd5cc7fa1b0c4b6df924fdf5c82984bc28f30565657cfe"
|
|
|
|
|
"checksum glib 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d70d737019da0473a7cd6d9240571cf58c6897dcb10edf32b90774f4ba237c1b"
|
|
|
|
|
"checksum glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4b86a9169fbc9cf9a0ef315039c2304b09d5c575c5fde7defba3576a0311b863"
|
|
|
|
|
"checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
"checksum gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23e05a14290d3dc255223cba51db4b0f3da438d5250657996fa99b2a30faf43e"
|
|
|
|
|
"checksum gstreamer 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7edd8690dc3fb124e02d06c266c0b2a1ff4617910a26bbf2afb6d8183e76bf8c"
|
|
|
|
|
"checksum gstreamer-base 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d5125abdd41935c39cf0525160882c18610ee9332496fd4ca69c1218069126ae"
|
|
|
|
|
"checksum gstreamer-base-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a3f7c5624775ddfdc34a0e5932e1f3786a305390f26844e7567fb0179b985f2"
|
|
|
|
|
"checksum gstreamer-player 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e5341030ff6c8fb0e83ed01abab236a74cbcbe88afd0f4870e3a6b34a1fd61c4"
|
|
|
|
|
"checksum gstreamer-player-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ac29007ef1f9abc0e35ea0b65c4331ddae5355ad6869e1099f3497db606c40a"
|
|
|
|
|
"checksum gstreamer-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "79e3a47e15245892cfa722e5f64714c9e2de5683eef0a706f56a8899b78100c8"
|
|
|
|
|
"checksum gstreamer-video 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1ac4da6efce179977de2337d392574c6e6c00f502a8fef6f6bfc11f8e16a93ed"
|
|
|
|
|
"checksum gstreamer-video-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "da2b2bc12f6cbb96f2735e4b9e3241a9832139de042cf67415025c282b2ff9b7"
|
|
|
|
|
"checksum gtk 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b52cfbd8c3e4a000c8374676352f3850c2d62c0f42ef0a993e5d3fcf47e0be64"
|
|
|
|
|
"checksum gtk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "849835f05d46f605b00ee9fefb6d5921238c570af406f35ee7426ed01cd6795c"
|
|
|
|
|
"checksum gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "61d55bc9202447ca776f6ad0048c36e3312010f66f82ab478e97513e93f3604b"
|
|
|
|
|
"checksum gstreamer 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ef25820a32bd6f51191f3eb466499a80f89c00d67a1448c08b9b5f9aebb7613"
|
|
|
|
|
"checksum gstreamer-base 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f9e72a0456c51e9cf3a21c96539bed9be3f38c85ea49eee6d87a4d61db0cc2b0"
|
|
|
|
|
"checksum gstreamer-base-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9ba1955ea091323c17fdf8ff54fd7cf3dfed1a6035193ba08f85eb76bf549056"
|
|
|
|
|
"checksum gstreamer-player 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "78395f87de2b954ca3e33a594a4eb85e68246f5f41a70bf0ab52187aacb4d3a9"
|
|
|
|
|
"checksum gstreamer-player-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c3608d3e96c8977f31b9b8db7da0b8d0e96758b060e3f05fc3ee9626d75ab1c5"
|
|
|
|
|
"checksum gstreamer-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bdfc2f6cc9b6a1f5159bfd500310fe431cfb0b74b3af17ce3fdf8353cf586975"
|
|
|
|
|
"checksum gstreamer-video 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b3f0b864eced7c270c0e083a433128ddf65cda2409a5f400e1c7af3cb59858f"
|
|
|
|
|
"checksum gstreamer-video-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6b8fcb1e577de93d1ad1e5117234ce64d40f215143d752140719923651608983"
|
|
|
|
|
"checksum gtk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "709f1074259d4685b96133f92b75c7f35b504715b0fcdc96ec95de2607296a60"
|
|
|
|
|
"checksum gtk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bbd9395497ae1d1915d1d6e522d51ae8745bf613906c34ac191c411250fc4025"
|
|
|
|
|
"checksum h2 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "85ab6286db06040ddefb71641b50017c06874614001a134b423783e2db2920bd"
|
|
|
|
|
"checksum html2text 0.1.8 (git+https://github.com/jugglerchris/rust-html2text)" = "<none>"
|
|
|
|
|
"checksum html5ever 0.22.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c213fa6a618dc1da552f54f85cba74b05d8e883c92ec4e89067736938084c26e"
|
|
|
|
|
@ -2729,8 +2732,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
|
|
|
|
|
"checksum libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" = "c6785aa7dd976f5fbf3b71cfd9cd49d7f783c1ff565a858d71031c6c313aa5c6"
|
|
|
|
|
"checksum libdbus-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "18cb88963258d00f4962205dbb5933d82780d9962c8c8a064b651d2ad7189210"
|
|
|
|
|
"checksum libhandy 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9f1fd41f2216fc3894257f4b4405dec7255977ff3a292df1ec1a74bc1700178d"
|
|
|
|
|
"checksum libhandy-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d1a46914f15afb94df8efddd8d451f60764da95a63dc4f7f3526ce71e1ef775"
|
|
|
|
|
"checksum libhandy 0.4.0 (git+https://gitlab.gnome.org/BrainBlasted/libhandy-rs/?branch=wip/christopherdavis/update-0-0-10)" = "<none>"
|
|
|
|
|
"checksum libhandy-sys 0.3.1 (git+https://gitlab.gnome.org/BrainBlasted/libhandy-rs/?branch=wip/christopherdavis/update-0-0-10)" = "<none>"
|
|
|
|
|
"checksum libsqlite3-sys 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d3711dfd91a1081d2458ad2d06ea30a8755256e74038be2ad927d94e1c955ca8"
|
|
|
|
|
"checksum locale_config 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "14fbee0e39bc2dd6a2427c4fdea66e9826cc1fd09b0a0b7550359f5f6efe1dab"
|
|
|
|
|
"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
|
|
|
|
|
@ -2755,7 +2758,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
"checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432"
|
|
|
|
|
"checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
|
|
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
|
|
|
|
"checksum mpris-player 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "41b50ab0b4b56799f08578c3c32226b734e80a63c61aa35cdb049359ca3191bb"
|
|
|
|
|
"checksum mpris-player 0.4.0 (git+https://gitlab.gnome.org/ZanderBrown/mpris-player)" = "<none>"
|
|
|
|
|
"checksum muldiv 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "451a9a05d2a32c566c897835e0ea95cf79ed2fdfe957924045a1721a36c9980f"
|
|
|
|
|
"checksum native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e"
|
|
|
|
|
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
|
|
|
|
@ -2772,8 +2775,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
"checksum openssl-sys 0.9.46 (registry+https://github.com/rust-lang/crates.io-index)" = "05636e06b4f8762d4b81d24a351f3966f38bd25ccbcfd235606c91fdb82cc60f"
|
|
|
|
|
"checksum output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
|
|
|
|
|
"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
|
|
|
|
|
"checksum pango 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4e36b55d7cd522bd183efeb3dfabc547bda1f26eadf8a1241dac09ab3fd3242c"
|
|
|
|
|
"checksum pango-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "747ab9cd4d537e6dc5ef0e4308c10dde8b706673b0237fed4e056b8d2c0b23c8"
|
|
|
|
|
"checksum pango 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "393fa071b144f8ffb83ede273758983cf414ca3c0b1d2a5a9ce325b3ba3dd786"
|
|
|
|
|
"checksum pango-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1ee97abcad820f9875e032656257ad1c790e7b11a0e6ce2516a8f5b0d8f8213f"
|
|
|
|
|
"checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337"
|
|
|
|
|
"checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
|
|
|
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
|
|
|
|
|