This commit is contained in:
Jorijn van der Graaf 2025-05-06 12:39:11 +02:00
commit fe5404f6e7
3 changed files with 54 additions and 9 deletions

View file

@ -42,20 +42,20 @@
"debug": true,
"dependencies": [
{
"path":"/home/jorijn/repos/Crafter/Crafter.Event/project.json",
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Event.git",
"configuration":"debug"
},
{
"path":"/home/jorijn/repos/Crafter/Crafter.Asset/project.json",
"configuration":"lib-debug"
},
{
"path":"/home/jorijn/repos/Crafter/Crafter.Component/project.json",
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Asset.git",
"configuration":"debug"
},
{
"path":"/home/jorijn/repos/Crafter/Crafter.Math/project.json",
"configuration":"debug-lib"
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Component.git",
"configuration":"debug"
},
{
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Math.git",
"configuration":"debug"
}
]
},