You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(gdk4-wayland): egl feature does not compile without wayland-crate feature
Previously enabling `egl` (with or without a version feature flag) would fail to compile, as some required imports were incorrectly gated behind the `wayland_crate` flag only.
This amends the feature flags in `wayland_display` to amend this.
0 commit comments