Skip to content

Commit fe794a8

Browse files
committed
Demonic revamp to example low_power
1 parent ebbfd6c commit fe794a8

File tree

4 files changed

+181
-212
lines changed

4 files changed

+181
-212
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2005,12 +2005,12 @@ category = "Window"
20052005
wasm = true
20062006

20072007
[[example]]
2008-
name = "low_power"
2009-
path = "examples/window/low_power.rs"
2008+
name = "run_control"
2009+
path = "examples/window/run_control.rs"
20102010

2011-
[package.metadata.example.low_power]
2012-
name = "Low Power"
2013-
description = "Demonstrates settings to reduce power use for bevy applications"
2011+
[package.metadata.example.run_control]
2012+
name = "Run Control"
2013+
description = "Demonstration of controlling the run of an application"
20142014
category = "Window"
20152015
wasm = true
20162016

crates/bevy_winit/src/winit_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub struct WinitSettings {
4545
pub allow_tick_skip: bool,
4646
/// Limit on the frequency at which schedule `render_schedule_label` runs per second.
4747
/// Even if this is set to a higher value, the monitor refresh rate will be capped.
48-
///
48+
///
4949
/// Redrawing will not be performed unless requested for each frame.
5050
/// Redraw requests are made when:
5151
///

examples/window/low_power.rs

Lines changed: 0 additions & 206 deletions
This file was deleted.

0 commit comments

Comments
 (0)