mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:39:04 +08:00
cd962c7b05
* [imgui-node-editor] Update to 0.9.3 * [imgui-node-editor] Update version files
19 lines
358 B
JSON
19 lines
358 B
JSON
{
|
|
"name": "imgui-node-editor",
|
|
"version": "0.9.3",
|
|
"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
|
|
}
|
|
]
|
|
}
|