diff --git a/Cargo.toml b/Cargo.toml index f4b93a424..8725948f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -257,7 +257,7 @@ web-sys = { version = "0.3.22", features = ['CanvasRenderingContext2d'] } [[example]] doc-scrape-examples = true -name = "window" +name = "full" [workspace] resolver = "2" diff --git a/examples/window.rs b/examples/full.rs similarity index 99% rename from examples/window.rs rename to examples/full.rs index deb8b43ab..b879af553 100644 --- a/examples/window.rs +++ b/examples/full.rs @@ -1,4 +1,7 @@ -//! Simple winit application. +//! An example showcasing various functionality that Winit has. +//! +//! Often used by Winit developers to test certain functionality, may be a bit +//! verbose. use std::collections::HashMap; use std::error::Error;