first commit
This commit is contained in:
commit
6eabdc708c
2 changed files with 1425 additions and 0 deletions
1414
src/vmath.nim
Normal file
1414
src/vmath.nim
Normal file
File diff suppressed because it is too large
Load diff
11
vmath.nimble
Normal file
11
vmath.nimble
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# Package
|
||||||
|
|
||||||
|
version = "0.1.0"
|
||||||
|
author = "treeform"
|
||||||
|
description = "Math vector library for graphical things."
|
||||||
|
license = "MIT"
|
||||||
|
srcDir = "src"
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
|
||||||
|
requires "nim >= 0.18.1"
|
Loading…
Reference in a new issue