Crafter.Event/project.json

31 lines
818 B
JSON
Raw Normal View History

2025-05-06 12:38:46 +02:00
{
"name": "crafter-event",
"configurations": [
{
"name": "base",
2025-11-16 15:05:48 +01:00
"interfaces": ["interfaces/Crafter.Event"],
2025-05-06 12:38:46 +02:00
"type":"library"
},
{
2025-05-07 19:05:26 +02:00
"name": "lib-debug",
2025-05-06 12:38:46 +02:00
"extends": ["base"],
"debug":true,
"dependencies": [
{
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Thread.git",
2025-05-07 19:05:26 +02:00
"configuration":"lib-debug"
2025-05-06 12:38:46 +02:00
}
]
},
{
2025-11-16 15:05:48 +01:00
"name": "lib",
2025-05-06 12:38:46 +02:00
"extends": ["base"],
"dependencies": [
{
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Thread.git",
2025-11-16 15:05:48 +01:00
"configuration":"lib"
2025-05-06 12:38:46 +02:00
}
]
}
]
}