26 lines
571 B
JSON
26 lines
571 B
JSON
{
|
|
"name": "metacore",
|
|
"version-string": "0.1.0",
|
|
"dependencies": [
|
|
"fmt",
|
|
{
|
|
"name": "imgui",
|
|
"default-features": false,
|
|
"features": [
|
|
"docking-experimental",
|
|
"win32-binding"
|
|
]
|
|
},
|
|
"imguizmo",
|
|
"rmlui"
|
|
],
|
|
"features": {
|
|
"editor-ui": {
|
|
"description": "Editor UI dependencies for Dear ImGui and ImGuizmo are handled outside vcpkg in this scaffold."
|
|
},
|
|
"panda3d-backend": {
|
|
"description": "Panda3D backend is expected to be supplied by a local SDK/toolchain integration."
|
|
}
|
|
}
|
|
}
|