vmath/vmath.nimble

12 lines
208 B
Nim

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