Mercurial > games > semicongine
diff semicongine.nimble @ 1013:967b8fa81b6b
add: thirdparty libraries into repo
author | sam <sam@basx.dev> |
---|---|
date | Sat, 27 Apr 2024 22:04:30 +0700 |
parents | 4e487f06378b |
children |
line wrap: on
line diff
--- a/semicongine.nimble Sat Apr 27 17:21:47 2024 +0700 +++ b/semicongine.nimble Sat Apr 27 22:04:30 2024 +0700 @@ -8,15 +8,14 @@ backend = "c" if detectOS(Linux): + # required for packaging, on windows we use powershell foreignDep "zip" foreignDep "unzip" # required for builds using steam foreignDep "libstdc++6:i386" foreignDep "libc6:i386" + foreignDep "libx11-dev" requires "nim >= 2.0" -requires "winim" -requires "x11" # also requires libx11-dev e.g. on debian systems requires "zippy" -requires "db_connector"