From 8d3d52b3b501bc40ca3430a207f1b5ba4150cd88 Mon Sep 17 00:00:00 2001 From: John Wells Date: Sun, 24 Dec 2023 11:19:05 -0500 Subject: [PATCH] Update spirq --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51700b3..d702ff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Ability to select from available swapchain surface formats when creating an `EventLoop` +### Changed + +- Upgraded to spirq v1.0.2 + ## [0.9.0] - 2023-09-07 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 196d1b3..4a04224 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ parking_lot = "0.12" paste = "1.0" profiling = "1.0" raw-window-handle = "0.5" -spirq = "1.0.0" +spirq = "1.0.2" vk-sync = { version = "0.4.0", package = "vk-sync-fork" } # // SEE: https://github.com/gwihlidal/vk-sync-rs/pull/4 -> https://github.com/expenses/vk-sync-rs winit = { version = "0.28" }