Update randopix.nimble

This commit is contained in:
2020-05-28 21:43:19 +02:00
committed by GitHub
parent 1b82aacb7a
commit bc728f479d

View File

@@ -9,7 +9,7 @@ srcDir = "src"
bin = @["randopix", "pixctrl"]
# Dependencies
requires "nim >= 1.0.0", "gintro >= 0.5.5", "argparse >=0.10.1"
requires "nim >= 1.0.0", "gintro <= 0.5.5", "argparse >=0.10.1"
task debug, "Compile debug version":
exec "nim c -d:debug --debugger:native --out:randopix src/randopix.nim"