updated req
This commit is contained in:
parent
1571b2c08d
commit
fe09ad82a8
1 changed files with 1 additions and 4 deletions
|
@ -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 = "") =
|
||||
|
|
Loading…
Reference in a new issue