Mercurial > games > semicongine
diff semiconginev2.nim @ 1217:f819a874058f compiletime-tests
merge
author | sam <sam@basx.dev> |
---|---|
date | Wed, 17 Jul 2024 21:00:54 +0700 |
parents | semicongine.nim@04e446a7eb2b semicongine.nim@8b5558b29387 |
children | 55896320c8bf |
line wrap: on
line diff
--- a/semiconginev2.nim Wed Jul 17 21:00:37 2024 +0700 +++ b/semiconginev2.nim Wed Jul 17 21:00:54 2024 +0700 @@ -6,6 +6,7 @@ import std/marshal import std/math import std/macros +import std/monotimes import std/os import std/options import std/paths @@ -14,6 +15,7 @@ import std/strformat import std/strutils import std/tables +import std/times import std/typetraits include ./semicongine/rendering/vulkan/api