switch-build/switch_build.nimble
Joey Yakimowich-Payne 6eadbabb4f Add windows support
2018-07-15 15:51:10 +09:00

16 lines
285 B
Nim

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