vmath/vmath.nimble
guzba 92728c3771
Updated github action, tests work via print testing in a good way (#14)
* remove echo

* nimble build and nimble test working

* rename test output file

* just test

* rename

* compare to valid to ensure tests pass

* improved msg

* fix action

* test

* use git diff instead of masters
2020-05-06 16:58:21 -07:00

14 lines
235 B
Nim

# Package
version = "0.3.0"
author = "treeform"
description = "Math vector library for graphical things."
license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 0.19.1"
requires "mddoc >= 0.0.2"