summaryrefslogtreecommitdiff
path: root/project.json
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-25 22:50:36 +0200
committerandromeda <andromeda@lenovo>2026-04-25 22:50:36 +0200
commitc101e6571135cfd963e3c3f9543e64c445af7fd8 (patch)
treea1b54e635fd95c6353cbac24caf1b361f6bcb7c1 /project.json
parent168abecfafadb57a0c677777a40083761bf8a922 (diff)
finish x86_64-linux Wayland bindings for rfont, rgfw, rsgl :)
Diffstat (limited to 'project.json')
-rw-r--r--project.json19
1 files changed, 17 insertions, 2 deletions
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"
}