vmath/vmath.nimble
2018-08-19 10:49:49 -07:00

12 lines
208 B
Nim

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