Update randopix.nimble
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user