vmath/vmath.nimble
2020-11-14 18:16:28 -08:00

13 lines
209 B
Nim

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