File tree 4 files changed +182
-212
lines changed
4 files changed +182
-212
lines changed Original file line number Diff line number Diff line change @@ -2005,12 +2005,12 @@ category = "Window"
2005
2005
wasm = true
2006
2006
2007
2007
[[example ]]
2008
- name = " low_power "
2009
- path = " examples/window/low_power .rs"
2008
+ name = " run_control "
2009
+ path = " examples/window/run_control .rs"
2010
2010
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 "
2014
2014
category = " Window"
2015
2015
wasm = true
2016
2016
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ pub struct WinitSettings {
45
45
pub allow_tick_skip : bool ,
46
46
/// Limit on the frequency at which schedule `render_schedule_label` runs per second.
47
47
/// Even if this is set to a higher value, the monitor refresh rate will be capped.
48
- ///
48
+ ///
49
49
/// Redrawing will not be performed unless requested for each frame.
50
50
/// Redraw requests are made when:
51
51
///
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments