2
0
Fork 0
mirror of https://github.com/bevyengine/bevy synced 2025-01-09 19:58:58 +00:00
bevy/crates/bevy_winit
daxpedda dc698f0174
Use WindowBuilder::with_append() to append canvas ()
# Objective

Replace the canvas appending code with a simpler version provided by
Winit v0.29.

Related: .

## Solution

Use
[`WindowBuilder::with_append()`](https://docs.rs/winit/0.29.5/wasm32-unknown-unknown/winit/platform/web/trait.WindowBuilderExtWebSys.html#tymethod.with_append).
2023-12-24 17:44:50 +00:00
..
src Use WindowBuilder::with_append() to append canvas () 2023-12-24 17:44:50 +00:00
Cargo.toml Update winit dependency to 0.29 () 2023-12-21 07:40:47 +00:00