Remove requirement for libnx. Not needed

This commit is contained in:
Joey Yakimowich-Payne 2018-06-22 15:58:02 +09:00
commit 78ce9abbb4

View file

@ -10,7 +10,7 @@ srcDir = "src"
bin = @["switch_build"]
# Deps
requires "nim >= 0.18.0", "libnx >= 0.1.0"
requires "nim >= 0.18.0"
task test, "Run tests":
exec "nim c -r tests/test.nim"