Mercurial > games > semicongine
diff semicongine.nim @ 1191:239adab121a3 compiletime-tests
sync from bedroom to office
author | sam <sam@basx.dev> |
---|---|
date | Mon, 08 Jul 2024 01:16:53 +0700 |
parents | a3eb305bcac2 |
children | 5aa1184fa5eb |
line wrap: on
line diff
--- a/semicongine.nim Sun Jul 07 23:36:16 2024 +0700 +++ b/semicongine.nim Mon Jul 08 01:16:53 2024 +0700 @@ -1,1 +1,22 @@ -import semicongine/core +import std/algorithm +import std/dynlib +import std/enumerate +import std/hashes +import std/logging +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 as typetraits + +include semicongine/core +include semicongine/events +include semicongine/rendering + +initVulkan(REQUIRED_PLATFORM_EXTENSIONS)