gtk-rs / sys

DEPRECATED, each crate has its own sys folder now.
http://gtk-rs.org/
MIT License
30 stars 25 forks source link

Generate more functions #76

Closed GuillaumeGomez closed 6 years ago

GuillaumeGomez commented 6 years ago

cc @EPashkin (maybe you have a better idea for this?)

EPashkin commented 6 years ago

No I don't :( Not sure that this works too.

GuillaumeGomez commented 6 years ago

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.

GuillaumeGomez commented 6 years ago

All good! I merge then.