Mercurial > games > semicongine
annotate semicongine.nimble @ 194:93f661a20f74
did: a bit of cleanup with the config, also add some documentation
author | Sam <sam@basx.dev> |
---|---|
date | Sun, 07 May 2023 00:23:46 +0700 |
parents | 062b03d5d094 |
children | 461c18ee759b |
rev | line source |
---|---|
47 | 1 # Package |
2 | |
3 version = "0.1.0" | |
4 author = "Sam <sam@basx.dev" | |
5 description = "Hobby game engine, for games that run on semiconductor engines" | |
6 license = "MIT" | |
7 srcDir = "src" | |
194
93f661a20f74
did: a bit of cleanup with the config, also add some documentation
Sam <sam@basx.dev>
parents:
172
diff
changeset
|
8 backend = "c" |
47 | 9 |
10 # Dependencies | |
11 | |
12 requires "nim >= 1.6.10" | |
13 requires "winim" | |
165 | 14 requires "xlib" |