Skip to content

Commit

Permalink
winit: Fix building without wayland feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Jan 13, 2025
1 parent 570fe2f commit 9ad04da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winit/src/platform_specific/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::collections::HashMap;

use iced_graphics::Compositor;
use iced_runtime::{core::{window, Vector}, user_interface, Debug};
use raw_window_handle::HasWindowHandle;
use winit::raw_window_handle::HasWindowHandle;

#[cfg(all(feature = "wayland", target_os = "linux"))]
pub mod wayland;
Expand Down

0 comments on commit 9ad04da

Please sign in to comment.