Move Android backend to winit-android (#4250)

This commit is contained in:
Mads Marquart
2025-05-24 13:29:53 +02:00
committed by GitHub
parent 04482d5a2e
commit b1f8d778a1
11 changed files with 102 additions and 76 deletions

View File

@@ -3,7 +3,7 @@
//! Only the modules corresponding to the platform you're compiling to will be available.
#[cfg(android_platform)]
pub mod android;
pub use winit_android as android;
#[cfg(ios_platform)]
pub mod ios;
#[cfg(macos_platform)]