mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 14:49:07 -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]
|
||||
pub mod as_any;
|
||||
pub mod cursor;
|
||||
|
||||
Reference in New Issue
Block a user