vmath/vmath.nimble
Ryan Oldenburg 8cb1486367 func->proc
2020-11-29 16:55:52 -06:00

9 lines
182 B
Nim

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