blob: c68399f7adfe7a8bc6e23b8a6092a392d52b7992 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
image: archlinux
packages:
- glfw
- glu
- libsndfile
- openal
- zig
sources:
- https://git.sr.ht/~cnx/blackshades
tasks:
- build: zig build -Drelease-fast=true --build-file blackshades/build.zig
|