From fe09ad82a88c71ebe61dafa2207e471a3d01cbd6 Mon Sep 17 00:00:00 2001
From: Ryan Oldenburg <ryan@guzba.com>
Date: Mon, 11 Oct 2021 00:47:32 -0500
Subject: [PATCH] updated req

---
 pixie.nimble | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/pixie.nimble b/pixie.nimble
index 6da11b5..3941636 100644
--- a/pixie.nimble
+++ b/pixie.nimble
@@ -5,7 +5,7 @@ license     = "MIT"
 
 srcDir = "src"
 
-requires "nim >= 1.2.6"
+requires "nim >= 1.4.0"
 requires "vmath >= 1.0.11"
 requires "chroma >= 0.2.5"
 requires "zippy >= 0.6.2"
@@ -13,9 +13,6 @@ requires "flatty >= 0.2.2"
 requires "nimsimd >= 1.0.0"
 requires "bumpy >= 1.0.3"
 
-task docs, "Generate API documents":
-  exec "nim doc --index:on --project --out:docs --hints:off src/pixie.nim"
-
 task bindings, "Generate bindings":
 
   proc compile(libName: string, flags = "") =