Rename window example to full, to signify that it's a large example

This commit is contained in:
Mads Marquart
2024-03-01 09:35:20 +01:00
parent 21fecf2cb2
commit 926fb051de
2 changed files with 5 additions and 2 deletions

View File

@@ -257,7 +257,7 @@ web-sys = { version = "0.3.22", features = ['CanvasRenderingContext2d'] }
[[example]]
doc-scrape-examples = true
name = "window"
name = "full"
[workspace]
resolver = "2"

View File

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