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

Correctly generate cfg condition for ABI tests #1546

Closed GuillaumeGomez closed 5 months ago

GuillaumeGomez commented 5 months ago

Realized that there was a regression when I removed cfg_condition from glib as well. As far as I can see, it's the last one.

Follow-up of https://github.com/gtk-rs/gir/pull/1540.