mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 04:40:04 -04:00
winit-core: add top-level doc
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
//! # Core types for Winit
|
||||||
|
//!
|
||||||
|
//! Platform-agnostic types and traits useful when implementing Winit backends,
|
||||||
|
//! or otherwise interfacing with Winit from library code.
|
||||||
|
//!
|
||||||
|
//! See the [`winit`] crate for the full user-facing API.
|
||||||
|
//!
|
||||||
|
//! [`winit`]: https://docs.rs/winit
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
pub mod as_any;
|
pub mod as_any;
|
||||||
pub mod cursor;
|
pub mod cursor;
|
||||||
|
|||||||
Reference in New Issue
Block a user