From 49421713f217b3c395590f1c19cfaefd7b9a2675 Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Sat, 12 Sep 2020 11:01:11 -0600 Subject: [PATCH] Use nimterop head --- glfw.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glfw.nimble b/glfw.nimble index 9c45792..37b241a 100644 --- a/glfw.nimble +++ b/glfw.nimble @@ -10,4 +10,4 @@ srcDir = "src" # Dependencies -requires "nim >= 1.0.6", "https://github.com/jyapayne/nimterop#93c8372" +requires "nim >= 1.0.6", "https://github.com/jyapayne/nimterop#head"