vmath/vmath.nimble
2021-09-30 17:29:54 -07:00

9 lines
213 B
Nim

version = "1.0.11"
author = "Andre von Houck"
description = "Your single stop for vector math routines for 2d and 3d graphics."
license = "MIT"
srcDir = "src"
requires "nim >= 1.4.0"