vmath/vmath.nimble
guzba c212d3d95b
Improve docs and use unix line endings (#2)
* use unix line endings
* improving some docs
* add mddoc dep
2020-03-05 17:44:26 -08:00

13 lines
234 B
Nim

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