-
Notifications
You must be signed in to change notification settings - Fork 0
/
zigmod.yml
32 lines (32 loc) · 960 Bytes
/
zigmod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
id: 93jjp4rc0htntdwlrz4g0rklhhu84ec2kph6j6iu80upc3dq
name: Stella-Dei
license: GPL-3.0-or-later
min_zig_version: 0.10.0-dev.2220+802f22073
dev_dependencies:
- src: git https://github.com/kooparse/zalgebra
name: zalgebra
license: MIT
main: src/main.zig
- src: git https://github.com/zigimg/zigimg
- src: system_lib c
- src: git https://github.com/hexops/mach-glfw
name: glfw
main: src/main.zig
- src: local nanovg
id: thisisnanovg
name: nanovg
main: deps/nanovg/src/nanovg.zig
c_include_dirs:
- deps/nanovg/src
c_source_files:
- deps/nanovg/src/fontstash.c
- deps/nanovg/src/stb_image.c
c_source_flags:
- -DFONS_NO_STDIO
- -DSTBI_NO_STDIO
- -fno-stack-protector
- -fno-sanitize=undefined
build_dependencies:
- src: git https://github.com/hexops/mach-glfw
name: build-glfw
main: build.zig