Skip to content

Commit d1b397f

Browse files
authored
Merge branch 'ftsf:main' into main
2 parents a8f48d2 + 60dc2f3 commit d1b397f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

nico.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "0.4.9"
3+
version = "0.4.10"
44
author = "Jez 'Impbox' Kabanov"
55
description = "Nico Game Engine"
66
license = "MIT"

nico/vec.nim

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import math
1+
import std/math
2+
import std/hashes
3+
24
import nico
3-
import hashes
45

56
type
67
Vec*[N: static int, T: float32 | int] = array[N,T]

0 commit comments

Comments
 (0)