Skip to content

Commit

Permalink
#2571 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 committed Oct 10, 2024
1 parent 3189169 commit 9196fa6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

- [ash](https://crates.io/crates/ash) 0.38.0 (Vulkan 1.3.281)
- [raw-window-handle](https://crates.io/raw-window-handle) 0.6
- [winit](https://crates.io/crates/winit) 0.29
- [winit](https://crates.io/crates/winit) 0.30
- [regex](https://crates.io/crates/regex) has been replaced with [nom](https://crates.io/crates/nom) 7.1
- Rust version: 1.75.0

Expand Down Expand Up @@ -108,6 +108,7 @@ Changes to vulkano-shaders:
Changes to vulkano-util:
- `VulkanoWindowRenderer::acquire` now takes in an `FnOnce(&[Arc<ImageView>])`. This means that a closure can be called when the swapchain gets recreated.
- `VulkanoWindowRenderer::acquire` now also takes in `Option<Duration>` for the swapchain acquire timeout.
- `VulkanoWindows::create_window` now takes `&ActiveEventLoop` as argument.

### Additions

Expand Down

0 comments on commit 9196fa6

Please sign in to comment.