WIP crafter.math

This commit is contained in:
Jorijn van der Graaf 2025-05-04 05:15:31 +02:00
commit 84099f07ed
11 changed files with 139 additions and 310 deletions

View file

@ -10,7 +10,7 @@
"build_dir": "build",
"output_dir": "bin",
"type":"library",
"libs": ["wayland-client", "vulkan"],
"libs": ["wayland-client", "vulkan", "xkbcommon"],
"flags": ["-Wno-uninitialized"],
"shaders": [
{
@ -39,7 +39,25 @@
"name": "debug",
"extends": ["base"],
"optimization_level": "0",
"debug": true
"debug": true,
"dependencies": [
{
"path":"/home/jorijn/repos/Crafter/Crafter.Event/project.json",
"configuration":"debug"
},
{
"path":"/home/jorijn/repos/Crafter/Crafter.Asset/project.json",
"configuration":"lib-debug"
},
{
"path":"/home/jorijn/repos/Crafter/Crafter.Component/project.json",
"configuration":"debug"
},
{
"path":"/home/jorijn/repos/Crafter/Crafter.Math/project.json",
"configuration":"debug-lib"
}
]
},
{
"name": "test",
@ -58,6 +76,10 @@
{
"path":"/home/jorijn/repos/Crafter/Crafter.Component/project.json",
"configuration":"debug"
},
{
"path":"/home/jorijn/repos/Crafter/Crafter.Math/project.json",
"configuration":"debug-lib"
}
]
},