diff semiconginev2.nim @ 1216:8b5558b29387 compiletime-tests

did: rename base package file
author sam <sam@basx.dev>
date Wed, 17 Jul 2024 21:00:37 +0700
parents semicongine.nim@d4a206b5e5b0
children f819a874058f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/semiconginev2.nim	Wed Jul 17 21:00:37 2024 +0700
@@ -0,0 +1,26 @@
+import std/algorithm
+import std/dynlib
+import std/enumerate
+import std/hashes
+import std/logging
+import std/marshal
+import std/math
+import std/macros
+import std/os
+import std/options
+import std/paths
+import std/random
+import std/sequtils
+import std/strformat
+import std/strutils
+import std/tables
+import std/typetraits
+
+include ./semicongine/rendering/vulkan/api
+include ./semicongine/core
+
+include ./semicongine/events
+include ./semicongine/rendering
+
+include ./semicongine/storage
+include ./semicongine/input