From 6c485c80e02af686c494fa3b0683b8e82c24e70b Mon Sep 17 00:00:00 2001 From: Rob Parrett Date: Sat, 6 Apr 2024 15:07:49 -0700 Subject: [PATCH] Fix example showcase wasm window settings patch (#12608) # Objective FIx this failed workflow: ## Solution Make the required changes on fresh Bevy code and save a new patch --- tools/example-showcase/window-settings-wasm.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/example-showcase/window-settings-wasm.patch b/tools/example-showcase/window-settings-wasm.patch index 5fcb1fba95..f5d51baa3e 100644 --- a/tools/example-showcase/window-settings-wasm.patch +++ b/tools/example-showcase/window-settings-wasm.patch @@ -1,8 +1,8 @@ diff --git a/crates/bevy_window/src/window.rs b/crates/bevy_window/src/window.rs -index 87cdfb050..1d87a0bf5 100644 +index ccc861a78..0cae580cd 100644 --- a/crates/bevy_window/src/window.rs +++ b/crates/bevy_window/src/window.rs -@@ -266,9 +266,9 @@ impl Default for Window { +@@ -293,9 +293,9 @@ impl Default for Window { transparent: false, focused: true, window_level: Default::default(), @@ -13,4 +13,4 @@ index 87cdfb050..1d87a0bf5 100644 + canvas: Some("#bevy".to_string()), window_theme: None, visible: true, - } + skip_taskbar: false,