From 168abecfafadb57a0c677777a40083761bf8a922 Mon Sep 17 00:00:00 2001 From: andromeda Date: Sat, 25 Apr 2026 00:49:46 +0200 Subject: add rsgl, modularize --- project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project.json') diff --git a/project.json b/project.json index 2da8fe4..4f20d87 100644 --- a/project.json +++ b/project.json @@ -4,7 +4,7 @@ "authors": [ "Andromeda-fp" ], "version": "0.1.0", "sources": [ "**" ], - "linked-libraries": [ "wayland-client", "xkbcommon", "wayland-cursor", "wayland-egl", "m"], + "linked-libraries": [ "wayland-client", "xkbcommon", "wayland-cursor", "wayland-egl", "m", "GL"], "c-sources": [ "**" ], "c-include-dirs": [ "include" ], "build-dir": "build", -- cgit v1.3.1