We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8f48d2 + 60dc2f3 commit d1b397fCopy full SHA for d1b397f
nico.nimble
@@ -1,6 +1,6 @@
1
# Package
2
3
-version = "0.4.9"
+version = "0.4.10"
4
author = "Jez 'Impbox' Kabanov"
5
description = "Nico Game Engine"
6
license = "MIT"
nico/vec.nim
@@ -1,6 +1,7 @@
-import math
+import std/math
+import std/hashes
+
import nico
-import hashes
type
7
Vec*[N: static int, T: float32 | int] = array[N,T]
0 commit comments