vmath/vmath.nimble
2020-05-06 21:38:56 -07:00

13 lines
209 B
Nim

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