func->proc
This commit is contained in:
parent
b51a891ab0
commit
8cb1486367
|
@ -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.
|
||||
|
|
392
src/vmath.nim
392
src/vmath.nim
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue