vcpkg/ports/imgui-node-editor/vcpkg.json
2023-09-07 00:12:53 -07:00

19 lines
358 B
JSON

{
"name": "imgui-node-editor",
"version": "0.9.2",
"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
}
]
}