Crafter.Event/project.json
2025-11-16 15:05:48 +01:00

31 lines
818 B
JSON

{
"name": "crafter-event",
"configurations": [
{
"name": "base",
"interfaces": ["interfaces/Crafter.Event"],
"type":"library"
},
{
"name": "lib-debug",
"extends": ["base"],
"debug":true,
"dependencies": [
{
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Thread.git",
"configuration":"lib-debug"
}
]
},
{
"name": "lib",
"extends": ["base"],
"dependencies": [
{
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Thread.git",
"configuration":"lib"
}
]
}
]
}