Skip to content

Commit de2e005

Browse files
committed
TEMP: patch section
1 parent 13b8a26 commit de2e005

File tree

2 files changed

+50
-107
lines changed

2 files changed

+50
-107
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,20 @@ gsk = {package = "gsk4", path = "gsk4", version = "0.11"}
7171
gtk4-macros = {path = "gtk4-macros", version = "0.11"}
7272
gtk4-sys = {path = "gtk4/sys", version = "0.11"}
7373
gtk = { path = "gtk4", package = "gtk4", version = "0.11" }
74+
75+
76+
[patch.'https://github.com/gtk-rs/gtk-rs-core']
77+
glib-sys = { git = "https://github.com/fengalin/gtk-rs-core", branch = "nullable-arrays" }
78+
gobject-sys = { git = "https://github.com/fengalin/gtk-rs-core", branch = "nullable-arrays" }
79+
glib = { git = "https://github.com/fengalin/gtk-rs-core", branch = "nullable-arrays" }
80+
gio-sys = { git = "https://github.com/fengalin/gtk-rs-core", branch = "nullable-arrays" }
81+
gio = { git = "https://github.com/fengalin/gtk-rs-core", branch = "nullable-arrays" }
82+
gdk-pixbuf-sys = { git = "https://github.com/fengalin/gtk-rs-core", branch = "nullable-arrays" }
83+
gdk-pixbuf = { git = "https://github.com/fengalin/gtk-rs-core", branch = "nullable-arrays" }
84+
cairo-sys-rs = { git = "https://github.com/fengalin/gtk-rs-core", branch = "nullable-arrays" }
85+
cairo-rs = { git = "https://github.com/fengalin/gtk-rs-core", branch = "nullable-arrays" }
86+
graphene-sys = { git = "https://github.com/fengalin/gtk-rs-core", branch = "nullable-arrays" }
87+
graphene-rs = { git = "https://github.com/fengalin/gtk-rs-core", branch = "nullable-arrays" }
88+
pango-sys = { git = "https://github.com/fengalin/gtk-rs-core", branch = "nullable-arrays" }
89+
pango = { git = "https://github.com/fengalin/gtk-rs-core", branch = "nullable-arrays" }
90+

0 commit comments

Comments
 (0)