Mercurial > games > semicongine
annotate semicongine.nimble @ 672:d7c61e6580ea
did: refactor image handling
author | Sam <sam@basx.dev> |
---|---|
date | Tue, 09 May 2023 19:52:33 +0700 |
parents | 881a5c9ea50f |
children | b5d9410a8184 |
rev | line source |
---|---|
508 | 1 # Package |
2 | |
670
881a5c9ea50f
next version, because we got most low-level stuff, at least in a crappy version
Sam <sam@basx.dev>
parents:
655
diff
changeset
|
3 version = "0.2.0" |
508 | 4 author = "Sam <sam@basx.dev" |
5 description = "Hobby game engine, for games that run on semiconductor engines" | |
6 license = "MIT" | |
7 srcDir = "src" | |
655
53e08e6c5ae6
did: a bit of cleanup with the config, also add some documentation
Sam <sam@basx.dev>
parents:
633
diff
changeset
|
8 backend = "c" |
508 | 9 |
10 # Dependencies | |
11 | |
12 requires "nim >= 1.6.10" | |
13 requires "winim" | |
626 | 14 requires "xlib" |