gtk-rs / sys

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

Fix fixed size arrays #158

Closed EPashkin closed 4 years ago

EPashkin commented 4 years ago

Part of https://github.com/gtk-rs/gir/issues/880 Result of https://github.com/gtk-rs/gir/pull/881

cc @sdroege , @GuillaumeGomez

No other meaningful changes except for not included removal empty line in "Cargo.toml"s (as I remember @GuillaumeGomez don't add it to regen anyway).

GuillaumeGomez commented 4 years ago

I guess it's time for full regen @EPashkin ? :) (I mean updating gir submodule)

EPashkin commented 4 years ago

Almost, I missed warning https://github.com/gtk-rs/gir/pull/882

EPashkin commented 4 years ago

Updated. Again without removal of empty line in Cargo.toml but this can cause CI fail

GuillaumeGomez commented 4 years ago

We'll check that later on. Thanks!