vcpkg/ports/implot/vcpkg.json
Rémy Tassoux 24d96bcb84
[implot] Update to 0.14 (#26852)
* [implot] Update to 0.14

* [implot] Update version files
2022-09-19 11:00:25 -07:00

19 lines
337 B
JSON

{
"name": "implot",
"version": "0.14",
"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
}
]
}