text example

This commit is contained in:
Jorijn van der Graaf 2026-01-27 21:33:44 +01:00
commit 4b34eb3972
5 changed files with 82 additions and 369 deletions

View file

@ -0,0 +1,17 @@
{
"name": "crafter-graphics",
"configurations": [
{
"name": "executable",
"implementations": ["main"],
"dependencies": [
{
"path":"../../project.json",
"configuration":"lib-wayland-debug"
}
],
"debug": true,
"additional_files": ["inter.ttf"]
}
]
}