minor rewrite

This commit is contained in:
Jorijn van der Graaf 2026-02-11 02:52:03 +01:00
commit 20ecd2ab9d
8 changed files with 173 additions and 279 deletions

View file

@ -3,7 +3,7 @@
"configurations": [
{
"name": "base",
"interfaces": ["interfaces/Crafter.Math-Vector", "interfaces/Crafter.Math-BasicTypes", "interfaces/Crafter.Math-MatrixRowMajor", "interfaces/Crafter.Math-Misc", "interfaces/Crafter.Math"],
"interfaces": ["interfaces/Crafter.Math-Vector", "interfaces/Crafter.Math-Basic", "interfaces/Crafter.Math-MatrixRowMajor", "interfaces/Crafter.Math", "interfaces/Crafter.Math-Ray"],
"implementations": []
},
{
@ -16,6 +16,12 @@
"name": "lib-debug",
"extends": ["lib"],
"debug": true
},
{
"name": "test",
"implementations": ["interfaces/main"],
"extends": ["base"],
"debug": true
}
]
}