mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 14:49:07 -04:00
Rename window example to full, to signify that it's a large example
This commit is contained in:
@@ -257,7 +257,7 @@ web-sys = { version = "0.3.22", features = ['CanvasRenderingContext2d'] }
|
||||
|
||||
[[example]]
|
||||
doc-scrape-examples = true
|
||||
name = "window"
|
||||
name = "full"
|
||||
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user