Crafter.Graphics/examples/HelloDrawing/project.json

15 lines
340 B
JSON

{
"name": "crafter-graphics",
"configurations": [
{
"name": "executable",
"implementations": ["main"],
"dependencies": [
{
"path":"../../project.json",
"configuration":"lib-wayland"
}
]
}
]
}