Merge branch 'master' of github.com:treeform/vmath
This commit is contained in:
commit
ea1ffe046f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
author = "treeform"
|
author = "treeform"
|
||||||
description = "Math vector library for graphical things."
|
description = "Math vector library for graphical things."
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -8,4 +8,4 @@ srcDir = "src"
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
requires "nim >= 0.18.1"
|
requires "nim >= 0.19.1"
|
||||||
|
|
Loading…
Reference in a new issue