1.2.0
This commit is contained in:
parent
005a6235ef
commit
aa18b570fb
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue