We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0434f46 commit 99831d5Copy full SHA for 99831d5
winit-core/src/lib.rs
@@ -1,3 +1,12 @@
1
+//! # Core types for Winit
2
+//!
3
+//! Platform-agnostic types and traits useful when implementing Winit backends,
4
+//! or otherwise interfacing with Winit from library code.
5
6
+//! See the [`winit`] crate for the full user-facing API.
7
8
+//! [`winit`]: https://docs.rs/winit
9
+
10
#[macro_use]
11
pub mod as_any;
12
pub mod cursor;
0 commit comments