Mercurial > games > semicongine
comparison semiconginev2.nim @ 1225:27cd1c21290e compiletime-tests
did: refactor resources
| author | sam <sam@basx.dev> |
|---|---|
| date | Wed, 17 Jul 2024 22:20:59 +0700 |
| parents | a3fa15c25026 |
| children | c8e3037aca66 |
comparison
equal
deleted
inserted
replaced
| 1224:a3fa15c25026 | 1225:27cd1c21290e |
|---|---|
| 1 import std/algorithm | 1 import std/algorithm |
| 2 import std/dynlib | 2 import std/dynlib |
| 3 import std/endians | |
| 3 import std/enumerate | 4 import std/enumerate |
| 4 import std/hashes | 5 import std/hashes |
| 6 import std/json | |
| 5 import std/locks | 7 import std/locks |
| 6 import std/logging | 8 import std/logging |
| 7 import std/marshal | 9 import std/marshal |
| 8 import std/math | 10 import std/math |
| 9 import std/macros | 11 import std/macros |
| 10 import std/monotimes | 12 import std/monotimes |
| 11 import std/os | 13 import std/os |
| 12 import std/options | 14 import std/options |
| 15 import std/parsecfg | |
| 13 import std/paths | 16 import std/paths |
| 14 import std/random | 17 import std/random |
| 15 import std/sequtils | 18 import std/sequtils |
| 19 import std/sets | |
| 16 import std/strformat | 20 import std/strformat |
| 21 import std/streams | |
| 17 import std/strutils | 22 import std/strutils |
| 18 import std/tables | 23 import std/tables |
| 19 import std/times | 24 import std/times |
| 20 import std/typetraits | 25 import std/typetraits |
| 26 import std/unicode | |
| 21 | 27 |
| 22 include ./semiconginev2/rendering/vulkan/api | 28 include ./semiconginev2/rendering/vulkan/api |
| 23 include ./semiconginev2/core | 29 include ./semiconginev2/core |
| 24 | 30 |
| 31 include ./semiconginev2/resources | |
| 25 | 32 |
| 26 include ./semiconginev2/events | 33 include ./semiconginev2/events |
| 27 include ./semiconginev2/rendering | 34 include ./semiconginev2/rendering |
| 28 | 35 |
| 29 include ./semiconginev2/storage | 36 include ./semiconginev2/storage |
