gtk-rs / gtk4-rs

Rust bindings of GTK 4
https://gtk-rs.org/gtk4-rs/
MIT License
1.9k stars 174 forks source link

Investigate adding a gdk-raw-window-handle crate #1163

Open bilelmoussaoui opened 2 years ago

bilelmoussaoui commented 2 years ago

A crate that would implement the traits provided by raw-window-handle for the various gdk backends (wayland/x11/macos/win32)

bilelmoussaoui commented 2 years ago

Ideally we would want to have gdk4-macos around first

bilelmoussaoui commented 1 year ago

wayland/x11 part is already handled in https://github.com/bilelmoussaoui/ashpd/blob/master/src/window_identifier/gtk4.rs#L86-L113 btw