Skip to content

Commit

Permalink
vulkano-rs#2385 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rua authored and hakolao committed Feb 20, 2024
1 parent a1b58ee commit f0ae3d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down

0 comments on commit f0ae3d5

Please # to comment.