annotate 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 |
rev |
line source |
47
|
1 # Package
|
|
2
|
|
3 version = "0.1.0"
|
|
4 author = "Sam <sam@basx.dev"
|
|
5 description = "Hobby game engine, for games that run on semiconductor engines"
|
|
6 license = "MIT"
|
|
7 srcDir = "src"
|
|
8
|
|
9
|
|
10 # Dependencies
|
|
11
|
|
12 requires "nim >= 1.6.10"
|
|
13 requires "winim"
|
165
|
14 requires "xlib"
|
|
15 requires "alsa"
|