Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ftsf committed Jul 15, 2023
1 parent 2e6e477 commit 96de893
Showing 1 changed file with 3 additions and 2 deletions.
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 96de893

Please sign in to comment.