From 9852ef5d614ab4f7aa56762634eb2eaedb0cd795 Mon Sep 17 00:00:00 2001 From: Josh Bailey Date: Thu, 8 Feb 2024 20:32:23 +0000 Subject: [PATCH] VkFFT 1.3.4 --- bin/install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install-deps.sh b/bin/install-deps.sh index 1e14b4a..866cf26 100755 --- a/bin/install-deps.sh +++ b/bin/install-deps.sh @@ -14,4 +14,4 @@ sudo apt-get update && sudo apt-get install -qy \ && \ wget https://sourceforge.net/projects/sigpack/files/sigpack-1.2.7.zip -O sigpack.zip && unzip sigpack.zip && ln -s sigpack-*/sigpack . && \ wget https://github.com/nlohmann/json/releases/download/v3.11.2/json.hpp && \ - git clone https://github.com/DTolm/VkFFT -b v1.3.3 + git clone https://github.com/DTolm/VkFFT -b v1.3.4