winit-core: new crate + split out as_any

This commit is contained in:
Kirill Chibisov 2025-05-01 19:25:15 +09:00
parent bf0bde8067
commit 3493a20173
8 changed files with 73 additions and 4 deletions

2
winit-core/src/lib.rs Normal file
View file

@ -0,0 +1,2 @@
#[macro_use]
pub mod as_any;