Mercurial > games > semicongine
annotate semicongine.nimble @ 235:5f6d3511ef79
did: replace zippy with "standard" nim zip, compiled from source, fix some errors
author | Sam <sam@basx.dev> |
---|---|
date | Sat, 20 May 2023 17:44:55 +0700 |
parents | b5d9410a8184 |
children | f31d848ab551 |
rev | line source |
---|---|
47 | 1 # Package |
2 | |
209
461c18ee759b
next version, because we got most low-level stuff, at least in a crappy version
Sam <sam@basx.dev>
parents:
194
diff
changeset
|
3 version = "0.2.0" |
47 | 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" |
235
5f6d3511ef79
did: replace zippy with "standard" nim zip, compiled from source, fix some errors
Sam <sam@basx.dev>
parents:
213
diff
changeset
|
15 requires "zip" |