From c33022bf7995eb8a0d21279006e13df569d4d4ba Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Thu, 10 Sep 2020 18:33:21 -0600 Subject: [PATCH] Use correct nimterop --- glew.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glew.nimble b/glew.nimble index 1957419..0372378 100644 --- a/glew.nimble +++ b/glew.nimble @@ -10,4 +10,4 @@ srcDir = "src" # Dependencies -requires "nim >= 1.0.6", "https://github.com/jyapayne/nimterop#367ec05" +requires "nim >= 1.0.6", "https://github.com/jyapayne/nimterop#93c8372"