File tree Expand file tree Collapse file tree 4 files changed +182
-212
lines changed
Expand file tree Collapse file tree 4 files changed +182
-212
lines changed Original file line number Diff line number Diff line change @@ -2005,12 +2005,12 @@ category = "Window"
20052005wasm = 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 "
20142014category = " Window"
20152015wasm = true
20162016
Original file line number Diff line number Diff 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 ///
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments