Move Windows backend to winit-win32

This commit is contained in:
Mads Marquart
2025-05-25 05:13:25 +02:00
committed by GitHub
parent b1f8d778a1
commit 3b986f5583
26 changed files with 299 additions and 280 deletions

View File

@@ -17,7 +17,7 @@ pub mod wayland;
#[cfg(web_platform)]
pub mod web;
#[cfg(windows_platform)]
pub mod windows;
pub use winit_win32 as windows;
#[cfg(x11_platform)]
pub mod x11;