We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c89134 commit 97978c2Copy full SHA for 97978c2
desktop/src/app.rs
@@ -177,7 +177,7 @@ impl ApplicationHandler<CustomEvent> for WinitApp {
177
.with_min_inner_size(winit::dpi::LogicalSize::new(400, 300))
178
.with_inner_size(winit::dpi::LogicalSize::new(1200, 800));
179
180
- #[cfg(target_family = "unix")]
+ #[cfg(target_os = "linux")]
181
{
182
use crate::consts::APP_ID;
183
use winit::platform::wayland::ActiveEventLoopExtWayland;
0 commit comments