Skip to content

Commit

Permalink
Rename window example to full, to signify that it's a large example
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Mar 1, 2024
1 parent 21fecf2 commit 926fb05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ web-sys = { version = "0.3.22", features = ['CanvasRenderingContext2d'] }

[[example]]
doc-scrape-examples = true
name = "window"
name = "full"

[workspace]
resolver = "2"
Expand Down
5 changes: 4 additions & 1 deletion examples/window.rs → examples/full.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 926fb05

Please sign in to comment.