animations

This commit is contained in:
Jorijn van der Graaf 2025-11-24 03:38:20 +01:00
commit e4dda0861c
8 changed files with 161 additions and 4 deletions

View file

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