winit-core: move application

This commit is contained in:
Kirill Chibisov 2025-05-03 20:27:48 +09:00
parent 79fa4061cb
commit c0b737de4a
7 changed files with 68 additions and 68 deletions

View file

@ -3,6 +3,7 @@ pub mod as_any;
pub mod cursor;
#[macro_use]
pub mod error;
pub mod application;
pub mod event;
pub mod event_loop;
pub mod icon;