Merge pull request #20 from guzba/master

some small stuff
This commit is contained in:
treeform 2020-11-29 15:30:31 -08:00 committed by GitHub
commit e6fd6e05ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 208 additions and 211 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"