gtk-rs / sys

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

UInt flags #88

Closed EPashkin closed 6 years ago

EPashkin commented 6 years ago

Make flags c_uint based to remove Part of https://github.com/gtk-rs/gir/issues/575

Also contains ABI test code without it usage.

It won't builds until all normal crates updated too.

cc @GuillaumeGomez, @sdroege, @tmiasko

ghost commented 6 years ago

The sys crates looks fine. Nice that dependency on biflags is removed as well. Thanks!

GuillaumeGomez commented 6 years ago

Sounds really great! One less dependency always make me happy. :)

EPashkin commented 6 years ago

Its not one less, but one more actually, if we count tests 😉