Merge pull request #59 from treeform/dev

1.2.0
This commit is contained in:
Andre von Houck 2022-08-08 11:39:55 -07:00 committed by GitHub
commit f4c668874e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -375,7 +375,7 @@ block:
doAssert c == dvec4(4, 3, 2, 1) doAssert c == dvec4(4, 3, 2, 1)
block: block:
# Test swizzle calls only once # Test swizzle calls only once
var callCount = 0 var callCount = 0
proc countsCalls(): Vec2 = proc countsCalls(): Vec2 =
inc callCount inc callCount

View file

@ -1,4 +1,4 @@
version = "1.1.4" version = "1.2.0"
author = "Andre von Houck" author = "Andre von Houck"
description = "Your single stop for vector math routines for 2d and 3d graphics." description = "Your single stop for vector math routines for 2d and 3d graphics."
license = "MIT" license = "MIT"