diff --git a/gdk4-wayland/Cargo.toml b/gdk4-wayland/Cargo.toml index e9fbfea87695..3ae15d9f415c 100644 --- a/gdk4-wayland/Cargo.toml +++ b/gdk4-wayland/Cargo.toml @@ -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"]} diff --git a/gdk4-wayland/sys/Cargo.toml b/gdk4-wayland/sys/Cargo.toml index 4db323b8f395..855e1bcb40d6 100644 --- a/gdk4-wayland/sys/Cargo.toml +++ b/gdk4-wayland/sys/Cargo.toml @@ -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"] @@ -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" diff --git a/gdk4-x11/Cargo.toml b/gdk4-x11/Cargo.toml index 1124ba131a2b..0d55ea24c141 100644 --- a/gdk4-x11/Cargo.toml +++ b/gdk4-x11/Cargo.toml @@ -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" diff --git a/gdk4-x11/sys/Cargo.toml b/gdk4-x11/sys/Cargo.toml index 2a44f3cfa718..88d54159dc34 100644 --- a/gdk4-x11/sys/Cargo.toml +++ b/gdk4-x11/sys/Cargo.toml @@ -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" diff --git a/gdk4/Cargo.toml b/gdk4/Cargo.toml index e8ee2465f2cc..b0e33900ac19 100644 --- a/gdk4/Cargo.toml +++ b/gdk4/Cargo.toml @@ -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" diff --git a/gdk4/sys/Cargo.toml b/gdk4/sys/Cargo.toml index 1a11259ff1ea..7d2ef4e75903 100644 --- a/gdk4/sys/Cargo.toml +++ b/gdk4/sys/Cargo.toml @@ -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" diff --git a/gsk4/Cargo.toml b/gsk4/Cargo.toml index 0006ba0a9932..5f7c81f9cf20 100644 --- a/gsk4/Cargo.toml +++ b/gsk4/Cargo.toml @@ -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" diff --git a/gsk4/sys/Cargo.toml b/gsk4/sys/Cargo.toml index 51a5e5853698..1e9ad732ca78 100644 --- a/gsk4/sys/Cargo.toml +++ b/gsk4/sys/Cargo.toml @@ -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" diff --git a/gtk4/Cargo.toml b/gtk4/Cargo.toml index 65efe391b444..cda22490df6e 100644 --- a/gtk4/Cargo.toml +++ b/gtk4/Cargo.toml @@ -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" diff --git a/gtk4/sys/Cargo.toml b/gtk4/sys/Cargo.toml index b08144c8da73..90fb8a6dfbd7 100644 --- a/gtk4/sys/Cargo.toml +++ b/gtk4/sys/Cargo.toml @@ -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"