bevy/examples/window
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
..
clear_color.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
low_power.rs Update winit dependency to 0.29 (#10702) 2023-12-21 07:40:47 +00:00
multiple_windows.rs Remove monkey.gltf (#9974) 2023-09-30 02:50:31 +00:00
scale_factor_override.rs Update winit dependency to 0.29 (#10702) 2023-12-21 07:40:47 +00:00
screenshot.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
transparent_window.rs Fix doc link in transparent_window example (#9697) 2023-09-05 05:43:26 +00:00
window_resizing.rs Update winit dependency to 0.29 (#10702) 2023-12-21 07:40:47 +00:00
window_settings.rs Remove CanvasParentResizePlugin (#11057) 2023-12-21 20:01:22 +00:00