setup flake dependencies

This commit is contained in:
2026-01-22 12:32:37 +01:00
parent bf5a069c4f
commit 997d4d2b9f
6 changed files with 47 additions and 16 deletions
+3
View File
@@ -24,6 +24,9 @@ GLFWwindow* initialise()
if (!glfwInit())
{
fprintf(stderr, "Could not start GLFW\n");
const char* desc;
int code = glfwGetError(&desc);
fprintf(stderr, "GLFW error %d: %s\n", code, desc);
exit(EXIT_FAILURE);
}