Skip to content

Commit 416aa3a

Browse files
Switch to stable gtk-rs branch
1 parent 1f95f92 commit 416aa3a

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ rust-version = "1.83"
4545
version = "0.10.0"
4646

4747
[workspace.dependencies]
48-
cairo-sys-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main"}
49-
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main", features = ["use_glib"]}
50-
gdk-pixbuf-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main"}
51-
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main"}
52-
gio-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main", features = ["v2_66"]}
53-
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main", features = ["v2_66"]}
54-
gobject-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main", features = ["v2_66"]}
55-
glib-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main", features = ["v2_66"]}
56-
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main", features = ["v2_66"]}
57-
graphene-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main"}
58-
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main"}
48+
cairo-sys-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "0.21"}
49+
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "0.21", features = ["use_glib"]}
50+
gdk-pixbuf-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "0.21"}
51+
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "0.21"}
52+
gio-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "0.21", features = ["v2_66"]}
53+
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "0.21", features = ["v2_66"]}
54+
gobject-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "0.21", features = ["v2_66"]}
55+
glib-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "0.21", features = ["v2_66"]}
56+
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "0.21", features = ["v2_66"]}
57+
graphene-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "0.21"}
58+
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "0.21"}
5959
libc = "0.2"
60-
pango-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main", features = ["v1_46"]}
61-
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main", features = ["v1_46"]}
60+
pango-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "0.21", features = ["v1_46"]}
61+
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "0.21", features = ["v1_46"]}
6262
gir-format-check = "^0.1"
6363
gdk4-macos-sys = {path = "gdk4-macos/sys", version = "0.10"}
6464
gdk4-x11-sys = {path = "gdk4-x11/sys", version = "0.10"}

0 commit comments

Comments
 (0)