From b1bb58321a1d3ed5d96a80eae2aab32f92cbf5bb Mon Sep 17 00:00:00 2001 From: dinau Date: Sun, 12 Jan 2025 09:56:25 +0900 Subject: [PATCH] fixed: SDL3 compilation error --- imguin.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imguin.nimble b/imguin.nimble index d31a83a..4c57439 100644 --- a/imguin.nimble +++ b/imguin.nimble @@ -15,7 +15,7 @@ skipDirs = @["src/img" # Dependencies requires "nim >= 2.0.14" -requires "https://github.com/dinau/sdl3_nim >= 0.6" +requires "https://github.com/dinau/sdl3_nim == 0.6" requires "nimgl == 1.3.2" requires "sdl2_nim == 2.0.14.3" requires "stb_image == 2.5"