From 71c1c05f74c17d0ca891ae784d3e701c8fdcbc12 Mon Sep 17 00:00:00 2001 From: John Wells Date: Sat, 23 Mar 2024 12:38:01 -0400 Subject: [PATCH] Temporary fix for spirq miscompilation --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d724e56..26074a1 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.1" +spirq = "=1.1.3" 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"] }