bevy/tools
Thierry Berger 80f15e0dbb
Remove CanvasParentResizePlugin (#11057)
Improves #11052

# Changelog
- Remove `Window::fit_canvas_to_parent`, as its resizing on wasm now
respects its CSS configuration.

## Migration Guide
- Remove uses of `Window::fit_canvas_to_parent` in favor of CSS
properties, for example:
  ```css
  canvas {
    width: 100%;
    height: 100%;
  }
  ```
2023-12-21 20:01:22 +00:00
..
build-templated-pages Standardize toml format with taplo (#10594) 2023-11-21 01:04:14 +00:00
build-wasm-example support required features in wasm examples showcase (#10577) 2023-11-16 01:50:25 +00:00
ci Move remaining clippy lint definitions to Cargo.toml (#10672) 2023-11-28 04:12:48 +00:00
example-showcase Remove CanvasParentResizePlugin (#11057) 2023-12-21 20:01:22 +00:00
publish.sh Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00