From 0b3791a19a1ff9016a1eeaabbb55fc97be96483b Mon Sep 17 00:00:00 2001 From: ASVIEST <71895914+ASVIEST@users.noreply.github.com> Date: Sat, 11 Apr 2026 11:00:45 +0300 Subject: [PATCH 1/2] Fix vulkan version to allow users use newer vulkan --- siwin.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/siwin.nimble b/siwin.nimble index 1e3a288..d983d22 100644 --- a/siwin.nimble +++ b/siwin.nimble @@ -12,7 +12,7 @@ requires "vmath >= 1.1.4" # ask a userprogrammer to install specific platform dependencies if cross compiling. when defined(linux) or defined(bsd): requires "x11 >= 1.1" - requires "https://github.com/planetis-m/vulkan#b223dc9" + requires "https://github.com/planetis-m/vulkan >= 1.3.295" #requires "https://github.com/DanielBelmes/vulkan" when defined(windows): From d16ffd5cf3d587474cad3e97894a2623d5042577 Mon Sep 17 00:00:00 2001 From: ASVIEST <71895914+ASVIEST@users.noreply.github.com> Date: Sat, 11 Apr 2026 11:29:42 +0300 Subject: [PATCH 2/2] Vulkan dep only need for tests --- siwin.nimble | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/siwin.nimble b/siwin.nimble index d983d22..1f1fb1e 100644 --- a/siwin.nimble +++ b/siwin.nimble @@ -12,8 +12,6 @@ requires "vmath >= 1.1.4" # ask a userprogrammer to install specific platform dependencies if cross compiling. when defined(linux) or defined(bsd): requires "x11 >= 1.1" - requires "https://github.com/planetis-m/vulkan >= 1.3.295" - #requires "https://github.com/DanielBelmes/vulkan" when defined(windows): requires "winim >= 3.6" @@ -30,7 +28,7 @@ feature "dev": requires "nimgl" requires "pixie" requires "sdl2" - + requires "https://github.com/planetis-m/vulkan#b223dc9" when fileExists("src/siwin/build_utils/tasks.nim"):