vcpkg/ports/implot/vcpkg.json
Rémy Tassoux 27a095f910
[implot] Update to 0.16 (#33302)
* [implot] Update to 0.16

* [implot] Update version files
2023-08-22 13:04:01 -07:00

19 lines
337 B
JSON

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