Closed GuillaumeGomez closed 6 years ago
No I don't :( Not sure that this works too.
With a "little" update in gtk-rs/Cargo.toml
:
[patch."https://github.com/gtk-rs/sys"]
gtk-sys = { path = "../sys/gtk-sys" }
pango-sys = { path = "../sys/pango-sys" }
glib-sys = { path = "../sys/glib-sys" }
gobject-sys = { path = "../sys/gobject-sys" }
gdk-pixbuf-sys = { path = "../sys/gdk-pixbuf-sys" }
gio-sys = { path = "../sys/gio-sys" }
gdk-sys = { path = "../sys/gdk-sys" }
I can confirm it works. Let's just wait for appveyor now to see if a condition is required for windows or not.
All good! I merge then.
cc @EPashkin (maybe you have a better idea for this?)