vmath/vmath.nimble
2020-11-21 20:09:54 -08:00

13 lines
209 B
Nim

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