Mercurial > games > semicongine
comparison 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 |
comparison
equal
deleted
inserted
replaced
1216:8b5558b29387 | 1217:f819a874058f |
---|---|
4 import std/hashes | 4 import std/hashes |
5 import std/logging | 5 import std/logging |
6 import std/marshal | 6 import std/marshal |
7 import std/math | 7 import std/math |
8 import std/macros | 8 import std/macros |
9 import std/monotimes | |
9 import std/os | 10 import std/os |
10 import std/options | 11 import std/options |
11 import std/paths | 12 import std/paths |
12 import std/random | 13 import std/random |
13 import std/sequtils | 14 import std/sequtils |
14 import std/strformat | 15 import std/strformat |
15 import std/strutils | 16 import std/strutils |
16 import std/tables | 17 import std/tables |
18 import std/times | |
17 import std/typetraits | 19 import std/typetraits |
18 | 20 |
19 include ./semicongine/rendering/vulkan/api | 21 include ./semicongine/rendering/vulkan/api |
20 include ./semicongine/core | 22 include ./semicongine/core |
21 | 23 |