This commit is contained in:
Rua 2023-10-31 18:48:12 +01:00 committed by GitHub
parent 4a77d39b85
commit a1e376d932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,18 @@
Pull Request merge.
-->
### Public dependency updates
- [raw-window-handle](https://crates.io/raw-window-handle) 0.6
- [winit](https://crates.io/crates/winit) 0.29
### Public dependency updates
### Breaking changes
Changes to `Surface`:
- `Surface::required_extensions` now returns a result.
- `Surface::from_window[_ref]` now take `HasWindowHandle + HasDisplayHandle` as the window and return a new error type.
### Additions
- Partially validated versions of `submit` and `present` commands (called via `QueueGuard`).