2025-05-06 12:38:46 +02:00
|
|
|
{
|
|
|
|
|
"name": "crafter-event",
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
2025-11-16 15:09:24 +01:00
|
|
|
<<<<<<< HEAD
|
2025-05-06 12:38:46 +02:00
|
|
|
"name": "base",
|
2025-11-16 15:09:24 +01:00
|
|
|
=======
|
2025-11-06 16:40:53 +01:00
|
|
|
"name": "lib",
|
2025-11-16 15:09:24 +01:00
|
|
|
>>>>>>> c98cbc28dcbe85be0d1ebb1cf764dbe7a008d6f7
|
2025-11-16 15:05:48 +01:00
|
|
|
"interfaces": ["interfaces/Crafter.Event"],
|
2025-05-06 12:38:46 +02:00
|
|
|
"type":"library"
|
2025-11-06 16:40:53 +01:00
|
|
|
|
2025-05-06 12:38:46 +02:00
|
|
|
},
|
|
|
|
|
{
|
2025-05-07 19:05:26 +02:00
|
|
|
"name": "lib-debug",
|
2025-11-16 15:09:24 +01:00
|
|
|
<<<<<<< HEAD
|
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
|
|
|
}
|
|
|
|
|
]
|
2025-11-16 15:09:24 +01:00
|
|
|
=======
|
2025-11-06 16:40:53 +01:00
|
|
|
"debug" : true,
|
|
|
|
|
"extends": ["lib"]
|
2025-11-16 15:09:24 +01:00
|
|
|
>>>>>>> c98cbc28dcbe85be0d1ebb1cf764dbe7a008d6f7
|
2025-05-06 12:38:46 +02:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|