work on renderer

This commit is contained in:
2026-02-10 13:50:44 -06:00
parent e4d84686c4
commit 874a8a1115
2 changed files with 11 additions and 10 deletions

View File

@@ -190,6 +190,7 @@
glew
glm
nlohmann_json
curl
];
buildPhase = ''
@@ -202,6 +203,8 @@
-fpic -shared \
-I include -I . \
-lEGL -lglfw -lGLEW \
$(curl-config --cflags) \
$(curl-config --libs) \
-Wall \
-o $name
'';