From c101e6571135cfd963e3c3f9543e64c445af7fd8 Mon Sep 17 00:00:00 2001 From: andromeda Date: Sat, 25 Apr 2026 22:50:36 +0200 Subject: finish x86_64-linux Wayland bindings for rfont, rgfw, rsgl :) --- project.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'project.json') diff --git a/project.json b/project.json index 4f20d87..b735bad 100644 --- a/project.json +++ b/project.json @@ -9,11 +9,26 @@ "c-include-dirs": [ "include" ], "build-dir": "build", "output": "build", + "features": [ + // rgfw + // "OPENGL", + + // rsgl + // "RFONT", + // "HIGHLEVEL", + // "OPENGL", + ], "targets": { - "c3term": { + "c3term-linux-x64": { + "name": "c3term", "type": "executable", + "target": "linux-x64", + "features": [ + "OPENGL", + "RFONT", + ], }, }, "cpu": "generic", - "opt": "O5" + "opt": "O0" } -- cgit v1.3.1