From f9644347d03a0e2c7ed074e38c9f7bcfd23597ab Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Sun, 5 Sep 2021 12:24:29 -0500 Subject: [PATCH] vmath dep --- pixie.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixie.nimble b/pixie.nimble index 6024614..1042bdb 100644 --- a/pixie.nimble +++ b/pixie.nimble @@ -6,7 +6,7 @@ license = "MIT" srcDir = "src" requires "nim >= 1.2.6" -requires "vmath >= 1.0.8" +requires "vmath >= 1.0.11" requires "chroma >= 0.2.5" requires "zippy >= 0.6.0" requires "flatty >= 0.2.2"