This commit is contained in:
Jorijn van der Graaf 2025-11-27 00:38:47 +01:00
commit 7bbb107c5e
4 changed files with 97 additions and 3 deletions

View file

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