mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 13:50:05 -04:00
Move shared code to a new crate winit-common
This commit is contained in:
8
winit-common/src/lib.rs
Normal file
8
winit-common/src/lib.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
//! Winit implementation helpers.
|
||||
|
||||
#[cfg(feature = "core-foundation")]
|
||||
pub mod core_foundation;
|
||||
#[cfg(feature = "event-handler")]
|
||||
pub mod event_handler;
|
||||
#[cfg(feature = "xkb")]
|
||||
pub mod xkb;
|
||||
Reference in New Issue
Block a user