winit-core: add top-level doc

This commit is contained in:
Kirill Chibisov 2025-05-05 21:14:39 +09:00
parent b5a6a4e616
commit b5921d89f2

View file

@ -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;