From bd78243986c4627c59884847185b4440e3796ffc Mon Sep 17 00:00:00 2001 From: John Wells Date: Wed, 29 May 2024 14:04:16 -0400 Subject: [PATCH] Update spirq dependency to v1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 845a870..ce667f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ parking_lot = { version = "0.12", optional = true } paste = "1.0" profiling = "1.0" raw-window-handle = "0.5" -spirq = "=1.1.3" +spirq = "1.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.29", features = ["rwh_05"] }