vcpkg/ports/implot/vcpkg.json
Rémy Tassoux e2e6dbdaa4
[implot] Update to 0.9 (#16818)
* [implot] Update to 0.9

* [implot] Update version files

* [implot] Fix missing vcpkg.json

* [implot] Fix vcpkg.json formatting

* [implot] Update version files

Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-03-22 09:23:14 -07:00

10 lines
187 B
JSON

{
"name": "implot",
"version": "0.9",
"description": "Advanced 2D Plotting for Dear ImGui",
"homepage": "https://github.com/epezent/implot",
"dependencies": [
"imgui"
]
}