mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
4da290ba87
* [imgui] update to 1.90.2 * [imgui] update versions * [imgui-node-editor] compatible with imgui * [imgui-node-editor] update versions
20 lines
379 B
JSON
20 lines
379 B
JSON
{
|
|
"name": "imgui-node-editor",
|
|
"version": "0.9.3",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|