Mercurial > games > semicongine
view semicongine.nimble @ 326:4ec852355750
fix: many issues, better mesh-handling, still need to cope with different binding numbers when using different pipelines...
author | Sam <sam@basx.dev> |
---|---|
date | Fri, 25 Aug 2023 00:29:51 +0700 |
parents | d7b7f6292300 |
children | eaf084ba80e5 |
line wrap: on
line source
# Package version = "0.2.0" author = "Sam <sam@basx.dev" description = "Hobby game engine, for games that run on semiconductor engines" license = "MIT" srcDir = "src" backend = "c" # Dependencies requires "nim >= 1.6.10" requires "winim" requires "x11" requires "zippy"