Skip to content

Commit

Permalink
use released version of gtk-rs-core crates
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Jul 12, 2021
1 parent f7a5e03 commit 277034d
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions gdk4-wayland/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ features = ["dox"]
[dependencies]
ffi = {path = "./sys", package = "gdk4-wayland-sys"}
gdk = {path = "../gdk4", package = "gdk4"}
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", features = ["v2_66"]}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", features = ["v2_66"]}
gio = {version = "0.14", features = ["v2_66"]}
glib = {version = "0.14", features = ["v2_66"]}
libc = "0.2"
wayland-client = {version = "0.28", features = ["use_system_lib"]}

Expand Down
4 changes: 2 additions & 2 deletions gdk4-wayland/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["The gtk-rs Project Developers"]
build = "build.rs"
description = "FFI bindings of GDK4 Wayland"
documentation = "https://gtk-rs.org/gtk4-rs/git/docs/gdk4_wayland_sys/"
documentation = "https://gtk-rs.org/gtk4-rs/stable/latest/docs/gdk4_wayland_sys/"
edition = "2018"
homepage = "http://gtk-rs.org/"
keywords = ["gdk4", "gdk4-wayland", "ffi", "gtk-rs", "gnome"]
Expand All @@ -26,7 +26,7 @@ dox = []
libc = "0.2"

[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs-core.git"
version = "0.14"

[build-dependencies]
system-deps = "3"
Expand Down
4 changes: 2 additions & 2 deletions gdk4-x11/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ features = ["dox"]
[dependencies]
ffi = {path = "./sys", package = "gdk4-x11-sys"}
gdk = {path = "../gdk4", package = "gdk4"}
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", features = ["v2_66"]}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", features = ["v2_66"]}
gio = {version = "0.14", features = ["v2_66"]}
glib = {version = "0.14", features = ["v2_66"]}
libc = "0.2"
x11 = "2.18"

Expand Down
2 changes: 1 addition & 1 deletion gdk4-x11/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ x11 = "2.18"
path = "../../gdk4/sys"

[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs-core.git"
version = "0.14"

[build-dependencies]
system-deps = "3"
Expand Down
10 changes: 5 additions & 5 deletions gdk4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ features = ["dox"]

[dependencies]
bitflags = "1.0"
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core"}
cairo-rs = "0.14"
ffi = {package = "gdk4-sys", path = "./sys"}
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core"}
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", features = ["v2_66"]}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", features = ["v2_66"]}
gdk-pixbuf = "0.14"
gio = {version = "0.14", features = ["v2_66"]}
glib = {version = "0.14", features = ["v2_66"]}
libc = "0.2"
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", features = ["v1_46"]}
pango = {version = "0.14", features = ["v1_46"]}

[dev-dependencies]
gir-format-check = "^0.1"
14 changes: 7 additions & 7 deletions gdk4/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,25 @@ v4_2 = []
libc = "0.2"

[dependencies.cairo-sys-rs]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.14"

[dependencies.gdk-pixbuf-sys]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.14"

[dependencies.gio-sys]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.14"

[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.14"

[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.14"

[dependencies.graphene-sys]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.14"

[dependencies.pango-sys]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.14"

[build-dependencies]
system-deps = "3"
Expand Down
8 changes: 4 additions & 4 deletions gsk4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ features = ["dox"]

[dependencies]
bitflags = "1.0"
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core"}
cairo-rs = "0.14"
ffi = {package = "gsk4-sys", path = "./sys"}
gdk = {package = "gdk4", path = "../gdk4"}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", features = ["v2_66"]}
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core"}
glib = {version = "0.14", features = ["v2_66"]}
graphene = {package = "graphene-rs", version = "0.14"}
libc = "0.2"
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", features = ["v1_46"]}
pango = {version = "0.14", features = ["v1_46"]}

[dev-dependencies]
gir-format-check = "^0.1"
10 changes: 5 additions & 5 deletions gsk4/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@ v4_2 = []
libc = "0.2"

[dependencies.cairo-sys-rs]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.14"

[dependencies.gdk4-sys]
path = "../../gdk4/sys"

[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.14"

[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.14"

[dependencies.graphene-sys]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.14"

[dependencies.pango-sys]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.14"

[build-dependencies]
system-deps = "3"
Expand Down
12 changes: 6 additions & 6 deletions gtk4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ features = ["dox"]

[dependencies]
bitflags = "1.0"
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core"}
cairo-rs = "0.14"
ffi = {package = "gtk4-sys", path = "./sys"}
field-offset = "0.3"
futures-channel = "0.3"
gdk = {package = "gdk4", path = "../gdk4"}
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core"}
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", features = ["v2_66"]}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", features = ["v2_66"]}
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core"}
gdk-pixbuf = "0.14"
gio = {version = "0.14", features = ["v2_66"]}
glib = {version = "0.14", features = ["v2_66"]}
graphene = {package = "graphene-rs", version = "0.14"}
gsk = {package = "gsk4", path = "../gsk4"}
gtk4-macros = {path = "../gtk4-macros"}
libc = "0.2"
once_cell = "1.0"
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", features = ["v1_46"]}
pango = {version = "0.14", features = ["v1_46"]}

[dev-dependencies]
gir-format-check = "^0.1"
14 changes: 7 additions & 7 deletions gtk4/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,31 +31,31 @@ v4_2 = []
libc = "0.2"

[dependencies.cairo-sys-rs]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.14"

[dependencies.gdk-pixbuf-sys]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.14"

[dependencies.gdk4-sys]
path = "../../gdk4/sys"

[dependencies.gio-sys]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.14"

[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.14"

[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.14"

[dependencies.graphene-sys]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.14"

[dependencies.gsk4-sys]
path = "../../gsk4/sys"

[dependencies.pango-sys]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.14"

[build-dependencies]
system-deps = "3"
Expand Down

0 comments on commit 277034d

Please sign in to comment.