view semicongine.nimble @ 1059:9c364af8d3f0

did: tons of small improvments, on the way to make GPU sync (more) correct I guess
author sam <sam@basx.dev>
date Sun, 31 Mar 2024 22:11:50 +0700
parents 459fe2761311
children a8ce28444cf2
line wrap: on
line source

# Package

# name          = "semicongine"
version = "0.3.0"
author = "Sam <sam@basx.dev>"
description = "Game engine, for games that run on semiconductor engines"
license = "MIT"
backend = "c"
installDirs = @["semicongine"]

# Dependencies

requires "nim >= 2.0"
requires "winim"
requires "x11" # also requires libx11-dev e.g. on debian systems
requires "zippy"