2025-04-16 00:43:33 +02:00
|
|
|
{
|
|
|
|
|
"name": "crafter-graphics",
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"name": "base",
|
2026-02-24 02:32:37 +01:00
|
|
|
"implementations": ["implementations/Crafter.Graphics-Font", "implementations/Crafter.Graphics-Window", "implementations/Crafter.Graphics-MouseElement", "implementations/Crafter.Graphics-Transform", "implementations/Crafter.Graphics-GridElement", "implementations/Crafter.Graphics-Image"],
|
2026-02-03 21:03:11 +01:00
|
|
|
"interfaces": ["interfaces/Crafter.Graphics-Window", "interfaces/Crafter.Graphics", "interfaces/Crafter.Graphics-Types", "interfaces/Crafter.Graphics-Font", "interfaces/Crafter.Graphics-Image", "interfaces/Crafter.Graphics-Shm", "interfaces/Crafter.Graphics-Animation", "interfaces/Crafter.Graphics-RenderingElement", "interfaces/Crafter.Graphics-MouseElement", "interfaces/Crafter.Graphics-Transform", "interfaces/Crafter.Graphics-GridElement", "interfaces/Crafter.Graphics-VulkanDevice", "interfaces/Crafter.Graphics-VulkanTransition", "interfaces/Crafter.Graphics-Mesh", "interfaces/Crafter.Graphics-VulkanBuffer", "interfaces/Crafter.Graphics-RenderingElement3DVulkan", "interfaces/Crafter.Graphics-DescriptorPoolVulkan", "interfaces/Crafter.Graphics-ShaderVulkan", "interfaces/Crafter.Graphics-PipelineRTVulkan", "interfaces/Crafter.Graphics-ShaderBindingTableVulkan", "interfaces/Crafter.Graphics-ImageVulkan", "interfaces/Crafter.Graphics-SamplerVulkan", "interfaces/Crafter.Graphics-DescriptorSetLayoutVulkan"],
|
2025-11-16 15:32:11 +01:00
|
|
|
"type": "library"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "wayland",
|
2026-02-24 02:32:37 +01:00
|
|
|
"implementations": ["implementations/Crafter.Graphics-Window_wayland", "implementations/Crafter.Graphics-Shm"],
|
2025-11-17 00:44:45 +01:00
|
|
|
"interfaces": [],
|
2025-11-16 15:32:11 +01:00
|
|
|
"libs": ["wayland-client", "xkbcommon"],
|
2025-12-29 18:56:06 +01:00
|
|
|
"c_files": ["lib/xdg-shell-protocol", "lib/wayland-xdg-decoration-unstable-v1-client-protocol", "lib/fractional-scale-v1", "lib/viewporter"],
|
2025-11-22 20:58:42 +01:00
|
|
|
"extends": ["base"],
|
|
|
|
|
"defines": [
|
2025-05-25 23:04:56 +02:00
|
|
|
{
|
2025-11-22 20:58:42 +01:00
|
|
|
"name": "CRAFTER_GRAPHICS_WAYLAND"
|
2025-04-19 15:46:26 +02:00
|
|
|
}
|
2025-11-22 20:58:42 +01:00
|
|
|
]
|
2025-04-16 00:43:33 +02:00
|
|
|
},
|
2026-01-27 22:34:24 +01:00
|
|
|
{
|
|
|
|
|
"name": "vulkan",
|
2026-02-24 02:32:37 +01:00
|
|
|
"implementations": ["implementations/Crafter.Graphics-VulkanDevice", "implementations/Crafter.Graphics-Shm", "implementations/Crafter.Graphics-Window_vulkan", "implementations/Crafter.Graphics-Mesh_vulkan", "implementations/Crafter.Graphics-RenderingElement3DVulkan"],
|
2026-01-27 22:34:24 +01:00
|
|
|
"interfaces": [],
|
|
|
|
|
"libs": ["wayland-client", "xkbcommon", "vulkan"],
|
|
|
|
|
"c_files": ["lib/xdg-shell-protocol", "lib/wayland-xdg-decoration-unstable-v1-client-protocol", "lib/fractional-scale-v1", "lib/viewporter"],
|
|
|
|
|
"extends": ["base"],
|
|
|
|
|
"defines": [
|
|
|
|
|
{
|
|
|
|
|
"name": "CRAFTER_GRAPHICS_VULKAN"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2026-02-24 02:32:37 +01:00
|
|
|
{
|
|
|
|
|
"name": "vulkan-windows",
|
|
|
|
|
"implementations": ["implementations/Crafter.Graphics-VulkanDevice", "implementations/Crafter.Graphics-Window_vulkan_windows", "implementations/Crafter.Graphics-Mesh_vulkan", "implementations/Crafter.Graphics-RenderingElement3DVulkan"],
|
|
|
|
|
"interfaces": [],
|
|
|
|
|
"libs": ["vulkan-1"],
|
|
|
|
|
"extends": ["base"],
|
|
|
|
|
"defines": [
|
|
|
|
|
{
|
|
|
|
|
"name": "CRAFTER_GRAPHICS_VULKAN"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2025-04-16 00:43:33 +02:00
|
|
|
{
|
2025-11-16 15:32:11 +01:00
|
|
|
"name": "deps",
|
2025-05-04 05:15:31 +02:00
|
|
|
"dependencies": [
|
|
|
|
|
{
|
2025-05-06 12:39:11 +02:00
|
|
|
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Event.git",
|
2025-11-16 15:32:11 +01:00
|
|
|
"configuration":"lib"
|
2026-01-29 20:35:55 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Math.git",
|
|
|
|
|
"configuration":"lib"
|
2025-05-04 05:15:31 +02:00
|
|
|
}
|
|
|
|
|
]
|
2025-04-16 00:43:33 +02:00
|
|
|
},
|
2025-11-25 21:25:04 +01:00
|
|
|
{
|
|
|
|
|
"name": "deps-timing",
|
|
|
|
|
"dependencies": [
|
|
|
|
|
{
|
|
|
|
|
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Event.git",
|
|
|
|
|
"configuration":"lib-timing"
|
2026-01-29 20:35:55 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Math.git",
|
|
|
|
|
"configuration":"lib"
|
2025-11-25 21:25:04 +01:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2025-04-16 00:43:33 +02:00
|
|
|
{
|
2025-11-16 15:32:11 +01:00
|
|
|
"name": "deps-debug",
|
|
|
|
|
"debug": true,
|
2025-04-16 00:43:33 +02:00
|
|
|
"dependencies": [
|
|
|
|
|
{
|
2026-02-24 05:36:18 +01:00
|
|
|
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Event.git",
|
|
|
|
|
"pathh":"/home/jorijn/repos/Crafter/Crafter.Event/project.json",
|
2025-11-16 15:32:11 +01:00
|
|
|
"configuration":"lib-debug"
|
2026-01-29 20:35:55 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-24 05:36:18 +01:00
|
|
|
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Math.git",
|
|
|
|
|
"pathh":"/home/jorijn/repos/Crafter/Crafter.Math/project.json",
|
2026-01-29 20:35:55 +01:00
|
|
|
"configuration":"lib-debug"
|
2025-04-16 00:43:33 +02:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-11-16 15:32:11 +01:00
|
|
|
"name": "lib-wayland",
|
2025-11-16 18:52:52 +01:00
|
|
|
"extends": ["wayland", "deps"],
|
|
|
|
|
"type": "library"
|
2025-11-16 15:32:11 +01:00
|
|
|
},
|
2025-11-25 21:25:04 +01:00
|
|
|
{
|
|
|
|
|
"name": "lib-wayland-timing",
|
|
|
|
|
"extends": ["wayland", "deps-timing"],
|
|
|
|
|
"type": "library",
|
|
|
|
|
"defines": [{ "name": "CRAFTER_TIMING" }]
|
|
|
|
|
},
|
2025-11-16 15:32:11 +01:00
|
|
|
{
|
|
|
|
|
"name": "lib-wayland-debug",
|
2025-11-16 18:52:52 +01:00
|
|
|
"type": "library",
|
2025-11-16 15:32:11 +01:00
|
|
|
"extends": ["wayland", "deps-debug"]
|
2026-01-27 22:34:24 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "lib-vulkan",
|
|
|
|
|
"extends": ["vulkan", "deps"],
|
|
|
|
|
"type": "library"
|
|
|
|
|
},
|
2026-02-24 02:32:37 +01:00
|
|
|
{
|
|
|
|
|
"name": "lib-vulkan-windows",
|
|
|
|
|
"extends": ["vulkan-windows", "deps"],
|
|
|
|
|
"type": "library",
|
2026-02-24 04:29:21 +01:00
|
|
|
"target": "x86_64-w64-mingw32",
|
|
|
|
|
"march": "x86-64"
|
2026-02-24 02:32:37 +01:00
|
|
|
},
|
2026-03-01 03:00:08 +01:00
|
|
|
{
|
|
|
|
|
"name": "lib-vulkan-windows-timing",
|
|
|
|
|
"extends": ["vulkan-windows", "deps-timing"],
|
|
|
|
|
"type": "library",
|
|
|
|
|
"target": "x86_64-w64-mingw32",
|
|
|
|
|
"march": "x86-64",
|
|
|
|
|
"defines": [{ "name": "CRAFTER_TIMING" }]
|
|
|
|
|
},
|
2026-01-27 22:34:24 +01:00
|
|
|
{
|
|
|
|
|
"name": "lib-vulkan-timing",
|
|
|
|
|
"extends": ["vulkan", "deps-timing"],
|
|
|
|
|
"type": "library",
|
|
|
|
|
"defines": [{ "name": "CRAFTER_TIMING" }]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "lib-vulkan-debug",
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extends": ["vulkan", "deps-debug"]
|
2025-04-16 00:43:33 +02:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|