mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 09:59:07 +08:00
a685c5b764
* [imgui] update to 1.89.4 * [imguizmo] fix build * [implot] fix build
20 lines
358 B
JSON
20 lines
358 B
JSON
{
|
|
"name": "implot",
|
|
"version": "0.14",
|
|
"port-version": 1,
|
|
"description": "Advanced 2D Plotting for Dear ImGui",
|
|
"homepage": "https://github.com/epezent/implot",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"imgui",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|