@@ -71,3 +71,20 @@ gsk = {package = "gsk4", path = "gsk4", version = "0.11"}
71
71
gtk4-macros = {path = " gtk4-macros" , version = " 0.11" }
72
72
gtk4-sys = {path = " gtk4/sys" , version = " 0.11" }
73
73
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