Skip to content

Commit 316e5b8

Browse files
committed
TOBEREMOVED: use gtk-rs-core more-into-option-args
1 parent 7da453f commit 316e5b8

File tree

2 files changed

+27
-15
lines changed

2 files changed

+27
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,15 @@ gsk = {package = "gsk4", path = "gsk4", version = "0.10"}
7171
gtk4-macros = {path = "gtk4-macros", version = "0.10"}
7272
gtk4-sys = {path = "gtk4/sys", version = "0.10"}
7373
gtk = { path = "gtk4", package = "gtk4", version = "0.10" }
74+
75+
76+
[patch.'https://github.com/gtk-rs/gtk-rs-core']
77+
glib-sys = { git = "https://github.com/fengalin/gtk-rs-core", branch = "more-into-option-args" }
78+
gobject-sys = { git = "https://github.com/fengalin/gtk-rs-core", branch = "more-into-option-args" }
79+
glib = { git = "https://github.com/fengalin/gtk-rs-core", branch = "more-into-option-args" }
80+
gio-sys = { git = "https://github.com/fengalin/gtk-rs-core", branch = "more-into-option-args" }
81+
gio = { git = "https://github.com/fengalin/gtk-rs-core", branch = "more-into-option-args" }
82+
cairo-sys-rs = { git = "https://github.com/fengalin/gtk-rs-core", branch = "more-into-option-args" }
83+
cairo-rs = { git = "https://github.com/fengalin/gtk-rs-core", branch = "more-into-option-args" }
84+
pango-sys = { git = "https://github.com/fengalin/gtk-rs-core", branch = "more-into-option-args" }
85+
pango = { git = "https://github.com/fengalin/gtk-rs-core", branch = "more-into-option-args" }

0 commit comments

Comments
 (0)