From 9196fa6eb29221af10d8bf9d139acd005a0dd597 Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:03:47 +0200 Subject: [PATCH] #2571 changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dbb8494..9584c7b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -108,6 +108,7 @@ Changes to vulkano-shaders: Changes to vulkano-util: - `VulkanoWindowRenderer::acquire` now takes in an `FnOnce(&[Arc])`. This means that a closure can be called when the swapchain gets recreated. - `VulkanoWindowRenderer::acquire` now also takes in `Option` for the swapchain acquire timeout. +- `VulkanoWindows::create_window` now takes `&ActiveEventLoop` as argument. ### Additions