From 3adf2a7b49a3a62b4c019b745a6c631a2b518b5e Mon Sep 17 00:00:00 2001 From: andromeda Date: Fri, 24 Apr 2026 17:47:27 +0200 Subject: attempt wayland :~ --- project.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'project.json') diff --git a/project.json b/project.json index d4c9333..e4bb99e 100644 --- a/project.json +++ b/project.json @@ -4,7 +4,8 @@ "authors": [ "Andromeda-fp" ], "version": "0.1.0", "sources": [ "**" ], - "linked-libraries": [ "raylib"], + "linked-libraries": [ "wayland-client" ], + "c-sources": [ "**" ], "build-dir": "build", "output": "build", "targets": { @@ -13,5 +14,5 @@ }, }, "cpu": "generic", - "opt": "O5" + "opt": "O0" } -- cgit v1.3.1