vmath/vmath.nimble
Ryan Oldenburg 3eaf06d6e3 1.1.0
2021-10-11 20:45:24 -05:00

9 lines
212 B
Nim

version = "1.1.0"
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"