bevy/crates/bevy_window
Floréal Toumikian 2515593828
Fixed: Default window is now "App" instead of "Bevy App" (#9301)
# Objective

Fixes #9298 - Default window title leaks "bevy" context

## Solution

I just replaced the literal string "Bevy App" with "App" in Window's
Default trait implementation.
2023-07-29 22:20:45 +00:00
..
src Fixed: Default window is now "App" instead of "Bevy App" (#9301) 2023-07-29 22:20:45 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00