bevy/crates/bevy_window/src
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
..
cursor.rs Update winit dependency to 0.29 (#10702) 2023-12-21 07:40:47 +00:00
event.rs Update winit dependency to 0.29 (#10702) 2023-12-21 07:40:47 +00:00
lib.rs add new event WindowOccluded from winit (#10735) 2023-11-26 21:58:54 +00:00
raw_handle.rs Enable clippy::undocumented_unsafe_blocks warning across the workspace (#10646) 2023-11-21 02:06:24 +00:00
system.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
window.rs Remove CanvasParentResizePlugin (#11057) 2023-12-21 20:01:22 +00:00