Remove requirement for libnx. Not needed
This commit is contained in:
parent
b7235f2ed4
commit
78ce9abbb4
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue