gtk-rs / gtk-rs-core

Rust bindings for GNOME libraries
https://gtk-rs.org/gtk-rs-core
MIT License
280 stars 112 forks source link

Reorganize for GLib/GIO gir files split #1315

Closed sdroege closed 7 months ago

sdroege commented 7 months ago

UNIX and Win32 APIs are in their own gir files now. Not sure how to best organize that. Probably separate -sys crates for them, and have them as win32 / unix submodules in the glib crate?

bilelmoussaoui commented 7 months ago

Duplicate of https://github.com/gtk-rs/gtk-rs-core/issues/1305