bevy/crates/bevy_window
Floréal Toumikian bda987dca7 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-08-09 18:03:28 -07:00
..
src Fixed: Default window is now "App" instead of "Bevy App" (#9301) 2023-08-09 18:03:28 -07:00
Cargo.toml Release 0.11.0 (#9080) 2023-07-09 08:43:47 +00:00