winit-core: add top-level doc
This commit is contained in:
parent
b5a6a4e616
commit
b5921d89f2
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue