view 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
line wrap: on
line source

# Package

version       = "0.1.0"
author        = "Sam <sam@basx.dev"
description   = "Hobby game engine, for games that run on semiconductor engines"
license       = "MIT"
srcDir        = "src"
backend       = "c"

# Dependencies

requires "nim >= 1.6.10"
requires "winim"
requires "xlib"