func->proc

This commit is contained in:
Ryan Oldenburg 2020-11-29 16:55:52 -06:00
parent b51a891ab0
commit 8cb1486367
3 changed files with 198 additions and 200 deletions

View file

@ -1,5 +1,7 @@
# VMath
`nimble install vmath`
Collection of math routines for 2d and 3d graphics.
Has functions for Vec2, Vec3, Vec4, Mat3, Mat4 and Quat.

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,3 @@
# Package
version = "0.3.3"
author = "treeform"
description = "Math vector library for graphical things."
@ -7,6 +5,4 @@ license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 0.19.1"