vmath/vmath.nimble

13 lines
234 B
Text
Raw Normal View History

2018-08-10 15:05:43 +00:00
# Package
2020-03-08 03:26:01 +00:00
version = "0.3.0"
2018-08-10 15:05:43 +00:00
author = "treeform"
description = "Math vector library for graphical things."
license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 0.19.1"
requires "mddoc >= 0.0.2"