Update Cargo.toml

This commit is contained in:
daa 2017-06-03 14:41:11 +03:00
parent be6c872280
commit d0f31fb979
2 changed files with 4 additions and 15 deletions

6
Cargo.lock generated
View File

@ -10,7 +10,7 @@ dependencies = [
"gio 0.1.3 (git+https://github.com/gtk-rs/gio)",
"glib 0.1.3 (git+https://github.com/gtk-rs/glib)",
"glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"gtk 0.1.3 (git+https://github.com/daa84/gtk)",
"gtk 0.1.3 (git+https://github.com/gtk-rs/gtk)",
"gtk-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"htmlescape 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
@ -219,7 +219,7 @@ dependencies = [
[[package]]
name = "gtk"
version = "0.1.3"
source = "git+https://github.com/daa84/gtk#3868aa883ab6ee18c7e2f8076dc71facae30cffc"
source = "git+https://github.com/gtk-rs/gtk#9c2c15e34beac5d2bd7e329160d4e79c0dcb7d02"
dependencies = [
"bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-rs 0.1.3 (git+https://github.com/gtk-rs/cairo)",
@ -578,7 +578,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"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 gtk 0.1.3 (git+https://github.com/daa84/gtk)" = "<none>"
"checksum gtk 0.1.3 (git+https://github.com/gtk-rs/gtk)" = "<none>"
"checksum gtk-sys 0.3.4 (git+https://github.com/gtk-rs/sys)" = "<none>"
"checksum htmlescape 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163"
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"

View File

@ -42,21 +42,10 @@ phf_codegen = "0.7"
[dependencies.gtk]
version = "0.1"
features = ["v3_22"]
git = "https://github.com/daa84/gtk"
git = "https://github.com/gtk-rs/gtk"
[dependencies.gtk-sys]
version = "0.3"
features = ["v3_22"]
git = 'https://github.com/gtk-rs/sys'
[replace]
"gdk:0.5.3" = { git = 'https://github.com/gtk-rs/gdk' }
"gdk-sys:0.3.4" = { git = 'https://github.com/gtk-rs/sys' }
"glib:0.1.3" = { git = 'https://github.com/gtk-rs/glib' }
"glib-sys:0.3.4" = { git = 'https://github.com/gtk-rs/sys' }
"cairo-rs:0.1.3" = { git = 'https://github.com/gtk-rs/cairo' }
"cairo-sys-rs:0.3.4" = { git = 'https://github.com/gtk-rs/cairo' }
"pango:0.1.3" = { git = 'https://github.com/gtk-rs/pango' }
"pango-sys:0.3.4" = { git = 'https://github.com/gtk-rs/sys' }
"gtk-sys:0.3.4" = { git = 'https://github.com/gtk-rs/sys' }
"gio:0.1.3" = { git = 'https://github.com/gtk-rs/gio' }