Commit b5abe42
fix(gdk4-wayland):
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.egl feature does not compile without wayland-crate feature1 parent 0a41253 commit b5abe42
1 file changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
6 | 12 | | |
7 | 13 | | |
8 | | - | |
| 14 | + | |
| 15 | + | |
9 | 16 | | |
10 | 17 | | |
11 | 18 | | |
| |||
0 commit comments