Skip to content

Commit

Permalink
Merge branch 'ftsf:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Angluca authored Jul 17, 2023
2 parents a8f48d2 + 60dc2f3 commit d1b397f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nico.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.4.9"
version = "0.4.10"
author = "Jez 'Impbox' Kabanov"
description = "Nico Game Engine"
license = "MIT"
Expand Down
5 changes: 3 additions & 2 deletions nico/vec.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import math
import std/math
import std/hashes

import nico
import hashes

type
Vec*[N: static int, T: float32 | int] = array[N,T]
Expand Down

0 comments on commit d1b397f

Please sign in to comment.