vmath/vmath.nimble
2018-08-18 08:59:44 -07:00

12 lines
208 B
Nim

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