Closed bayou-brogrammer closed 2 years ago
Most of your changes are formatting changes. I'm guessing you either ran cargo fmt
or your editor has auto-formatting. Could you please not do that? It makes it very hard to see what the commit actually changes.
I am personally not a fan of enforcing rustfmt autoformatting in my projects. I would rather everyone just commit things with some sensible (even if inconsistent) formatting in the first place, and avoid the noise/spam of the autoformatter.
Ah yeah I can fix it and try again. Pretty sure my vscode runs it automatically
bevy_time
package https://github.com/bevyengine/bevy/commit/644bd5dbc6c281a4fae65c603f09b6666de8c566bevy::input::system::exit_on_esc_system
is nowbevy::window::close_on_esc
Rect
is nowUIRect
for UI Elementsas_system_label
is now not needed. (Screenshot taken from bevy source)