mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 04:40:04 -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]]
|
[[example]]
|
||||||
doc-scrape-examples = true
|
doc-scrape-examples = true
|
||||||
name = "window"
|
name = "full"
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
resolver = "2"
|
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::collections::HashMap;
|
||||||
use std::error::Error;
|
use std::error::Error;
|
||||||
Reference in New Issue
Block a user