Update versions
This commit is contained in:
parent
626b66b8d7
commit
3fff14bd0b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Package
|
||||
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
author = "Joey Payne"
|
||||
description = "Nintendo Switch library libnx for Nim."
|
||||
license = "The Unlicense"
|
||||
|
|
@ -17,7 +17,7 @@ if detectOs(Windows):
|
|||
|
||||
# Deps
|
||||
requires "nim >= 0.18.1", "https://github.com/genotrance/nimgen#head"
|
||||
requires "switch-build >= 0.1.6"
|
||||
requires "switch_build >= 0.1.3"
|
||||
|
||||
task setup, "Download and generate bindings":
|
||||
echo "Building libnx..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue