Mercurial > games > semicongine
comparison semicongine.nimble @ 1084:7477b2a6852f
add: support steam uploads on windows
author | sam <sam@basx.dev> |
---|---|
date | Thu, 04 Apr 2024 22:08:25 +0700 |
parents | 459fe2761311 |
children | 6406766a222d |
comparison
equal
deleted
inserted
replaced
1083:6e24698d1303 | 1084:7477b2a6852f |
---|---|
7 license = "MIT" | 7 license = "MIT" |
8 backend = "c" | 8 backend = "c" |
9 installDirs = @["semicongine"] | 9 installDirs = @["semicongine"] |
10 | 10 |
11 # Dependencies | 11 # Dependencies |
12 # On linux/debian also run the following to get everything working | |
13 # sudo dpkg --add-architecture i386 | |
14 # sudo apt-get update | |
15 # sudo apt-get install zip unzip libstdc++6:i386 libc6:i386 | |
16 | |
12 | 17 |
13 requires "nim >= 2.0" | 18 requires "nim >= 2.0" |
14 requires "winim" | 19 requires "winim" |
15 requires "x11" # also requires libx11-dev e.g. on debian systems | 20 requires "x11" # also requires libx11-dev e.g. on debian systems |
16 requires "zippy" | 21 requires "zippy" |