switch-build/switch_build.nimble
2018-06-22 15:58:02 +09:00

16 lines
285 B
Nim

# Package
version = "0.1.0"
author = "Joey Payne"
description = "Nintendo Switch library libnx for Nim."
license = "The Unlicense"
srcDir = "src"
bin = @["switch_build"]
# Deps
requires "nim >= 0.18.0"
task test, "Run tests":
exec "nim c -r tests/test.nim"