Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oakes committed Oct 22, 2020
1 parent ff68beb commit 8b40fd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions examples/examples.nimble
Expand Up @@ -13,7 +13,7 @@ task dev, "Run dev version":

# Dependencies

requires "nim >= 1.0.4"
requires "paranim >= 0.9.0"
requires "paratext >= 0.8.0"
requires "nim >= 1.2.6"
requires "paranim >= 0.10.0"
requires "paratext >= 0.9.0"
requires "stb_image >= 2.5"
2 changes: 1 addition & 1 deletion paranim.nimble
Expand Up @@ -9,6 +9,6 @@ srcDir = "src"

# Dependencies

requires "nim >= 1.0.4"
requires "nim >= 1.2.6"
requires "nimgl >= 1.1.1"
requires "glm >= 1.1.1"

0 comments on commit 8b40fd5

Please sign in to comment.