bevy/tools
Rob Parrett d2e794f112
Fix CI desktop mode patch (#12440)
# Objective

The `example-showcase` command is failing to run.

```
 cargo run --release -p example-showcase -- run --screenshot --in-ci                                  
    Updating crates.io index
   Compiling example-showcase v0.14.0-dev (/Users/robparrett/src/bevy/tools/example-showcase)
    Finished release [optimized] target(s) in 2.59s
     Running `target/release/example-showcase run --screenshot --in-ci`
$ git apply --ignore-whitespace tools/example-showcase/remove-desktop-app-mode.patch
error: patch failed: crates/bevy_winit/src/winit_config.rs:29
error: crates/bevy_winit/src/winit_config.rs: patch does not apply
thread 'main' panicked at tools/example-showcase/src/main.rs:203:18:
called `Result::unwrap()` on an `Err` value: command exited with non-zero code `git apply --ignore-whitespace tools/example-showcase/remove-desktop-app-mode.patch`: 1
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
```

## Solution

Update `remove-desktop-app-mode.patch`.
2024-03-16 00:52:54 +01:00
..
build-templated-pages Release 0.13.0 (#11920) 2024-02-17 09:24:25 +00:00
build-wasm-example Update wgpu to v0.19.3 and unpin web-sys. (#12247) 2024-03-02 07:44:53 +01:00
ci Move remaining clippy lint definitions to Cargo.toml (#10672) 2023-11-28 04:12:48 +00:00
example-showcase Fix CI desktop mode patch (#12440) 2024-03-16 00:52:54 +01:00
publish.sh Add bevy_gizmos/macros to publish script (#11928) 2024-02-27 17:11:42 +01:00