annotate semicongine.nimble @ 655:53e08e6c5ae6

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 1f2cc5837dff
children 461c18ee759b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
508
6b811b45a427 add: nimble config
Sam <sam@basx.dev>
parents:
diff changeset
1 # Package
6b811b45a427 add: nimble config
Sam <sam@basx.dev>
parents:
diff changeset
2
6b811b45a427 add: nimble config
Sam <sam@basx.dev>
parents:
diff changeset
3 version = "0.1.0"
6b811b45a427 add: nimble config
Sam <sam@basx.dev>
parents:
diff changeset
4 author = "Sam <sam@basx.dev"
6b811b45a427 add: nimble config
Sam <sam@basx.dev>
parents:
diff changeset
5 description = "Hobby game engine, for games that run on semiconductor engines"
6b811b45a427 add: nimble config
Sam <sam@basx.dev>
parents:
diff changeset
6 license = "MIT"
6b811b45a427 add: nimble config
Sam <sam@basx.dev>
parents:
diff changeset
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
6b811b45a427 add: nimble config
Sam <sam@basx.dev>
parents:
diff changeset
9
6b811b45a427 add: nimble config
Sam <sam@basx.dev>
parents:
diff changeset
10 # Dependencies
6b811b45a427 add: nimble config
Sam <sam@basx.dev>
parents:
diff changeset
11
6b811b45a427 add: nimble config
Sam <sam@basx.dev>
parents:
diff changeset
12 requires "nim >= 1.6.10"
6b811b45a427 add: nimble config
Sam <sam@basx.dev>
parents:
diff changeset
13 requires "winim"
626
bf2f4a9cd962 add: option to show/hide cursor
Sam <sam@basx.dev>
parents: 508
diff changeset
14 requires "xlib"