gtk-rs / gir

Tool to generate rust bindings and user API for glib-based libraries
https://gtk-rs.org/gir/book/
MIT License
225 stars 98 forks source link

Automatically assume that `win32_` and `unix_` should use the related cfg #1538

Closed GuillaumeGomez closed 5 months ago

GuillaumeGomez commented 5 months ago

I'm waiting for https://github.com/gtk-rs/gtk-rs-core/pull/1285 to be merged to confirm that it's working as expected. Reviews can wait until then.

bilelmoussaoui commented 5 months ago

lgtm, would be nice if it can also do that for enums/flags/objects/records

GuillaumeGomez commented 5 months ago

Didn't realize I created another PR for this in https://github.com/gtk-rs/gir/pull/1540. Closing this one.