Mercurial > games > semicongine
view semicongine.nimble @ 169:2a0c81fa541d
add: audio test, be aware that the file tests/audiotest.PCM.s16le.48000.2 needs to be manually generated and placed in order for the test to play it successfully
author | Sam <sam@basx.dev> |
---|---|
date | Mon, 01 May 2023 01:16:59 +0700 |
parents | 0644308904da |
children | 062b03d5d094 |
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" # Dependencies requires "nim >= 1.6.10" requires "winim" requires "xlib" requires "alsa"