winit: Set WindowAttributesWayland without cctk feature

There doesn't seem to be any reason for this to require the `cctk`
feature?

Fixes the app ID, and therefore icon, for `cosmic-sync-gui`.
This commit is contained in:
Ian Douglas Scott 2026-04-16 11:56:14 -07:00 committed by Jeremy Soller
parent 64b97077b7
commit 8f10a3bd34

View file

@ -178,7 +178,7 @@ pub fn window_attributes(
),
));
}
#[cfg(all(feature = "cctk", target_os = "linux"))]
#[cfg(target_os = "linux")]
{
use winit::platform::wayland::WindowAttributesWayland;