podcasts-gtk: Use libdazzle from crates.io
This commit is contained in:
parent
2348d5b98b
commit
bc60057aad
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -1027,7 +1027,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "libdazzle"
|
name = "libdazzle"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://gitlab.gnome.org/BrainBlasted/libdazzle-rs.git#34658913affed0e4610575f884ad7ab6357ef69b"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 1.0.4 (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-rs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -1042,7 +1042,7 @@ dependencies = [
|
|||||||
"gtk 0.6.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)",
|
"gtk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libdazzle-sys 0.1.0 (git+https://gitlab.gnome.org/BrainBlasted/libdazzle-rs.git)",
|
"libdazzle-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"pango 0.6.0 (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-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
@ -1050,7 +1050,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "libdazzle-sys"
|
name = "libdazzle-sys"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://gitlab.gnome.org/BrainBlasted/libdazzle-rs.git#34658913affed0e4610575f884ad7ab6357ef69b"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cairo-sys-rs 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 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"gdk 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -1613,7 +1613,7 @@ dependencies = [
|
|||||||
"html2text 0.1.8 (git+https://github.com/jugglerchris/rust-html2text)",
|
"html2text 0.1.8 (git+https://github.com/jugglerchris/rust-html2text)",
|
||||||
"humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libdazzle 0.1.0 (git+https://gitlab.gnome.org/BrainBlasted/libdazzle-rs.git)",
|
"libdazzle 0.1.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.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"loggerv 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -2696,8 +2696,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
|
"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
|
||||||
"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
|
"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
|
||||||
"checksum libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" = "bedcc7a809076656486ffe045abeeac163da1b558e963a31e29fbfbeba916917"
|
"checksum libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" = "bedcc7a809076656486ffe045abeeac163da1b558e963a31e29fbfbeba916917"
|
||||||
"checksum libdazzle 0.1.0 (git+https://gitlab.gnome.org/BrainBlasted/libdazzle-rs.git)" = "<none>"
|
"checksum libdazzle 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1754707c7724671dcc736b582153d7bfd0ae0f5d55f8892bda305db62b4b7132"
|
||||||
"checksum libdazzle-sys 0.1.0 (git+https://gitlab.gnome.org/BrainBlasted/libdazzle-rs.git)" = "<none>"
|
"checksum libdazzle-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c2e7d48713bedca57bb2472ee4a30f7df3d409783bddafa420087a291d71ab91"
|
||||||
"checksum libdbus-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "18cb88963258d00f4962205dbb5933d82780d9962c8c8a064b651d2ad7189210"
|
"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 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-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d1a46914f15afb94df8efddd8d451f60764da95a63dc4f7f3526ce71e1ef775"
|
||||||
|
|||||||
@ -43,8 +43,6 @@ version = "0.6.0"
|
|||||||
|
|
||||||
[dependencies.libdazzle]
|
[dependencies.libdazzle]
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
git = "https://gitlab.gnome.org/BrainBlasted/libdazzle-rs.git"
|
|
||||||
features = ["v3_26"]
|
|
||||||
|
|
||||||
[dependencies.libhandy]
|
[dependencies.libhandy]
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user