gtk-rs / gtk3-rs

Rust bindings for GTK 3
https://gtk-rs.org
MIT License
508 stars 90 forks source link

Add missing wayland types and create new gdkwayland crate #665

Closed GuillaumeGomez closed 2 years ago

GuillaumeGomez commented 2 years ago

Fixes #101.

bilelmoussaoui commented 2 years ago

Otherwise looks good to me, thanks!

GuillaumeGomez commented 2 years ago

Updated!

bilelmoussaoui commented 2 years ago

Why gdkwayland is not part of the CI?

bilelmoussaoui commented 2 years ago

I suppose you can disable the checker part https://github.com/gtk-rs/gtk3-rs/blob/87197687cd5e22f22f898da9e455a9f33e2234d6/.github/workflows/CI.yml#L39 for gdkwayland, you can add another config to the matrix for either enabling it or not