This commit is contained in:
treeform 2022-08-08 11:38:54 -07:00
parent 005a6235ef
commit aa18b570fb
2 changed files with 2 additions and 2 deletions

View file

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

View file

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