vcpkg/ports/imgui-node-editor/vcpkg.json

20 lines
379 B
JSON
Raw Normal View History

2023-09-07 15:12:53 +08:00
{
"name": "imgui-node-editor",
"version": "0.9.3",
"port-version": 1,
2023-09-07 15:12:53 +08:00
"description": "Node Editor built using Dear ImGui",
"homepage": "https://github.com/thedmd/imgui-node-editor",
"license": "MIT",
"dependencies": [
"imgui",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}