mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:29:05 +08:00
e2e6dbdaa4
* [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>
10 lines
187 B
JSON
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"
|
|
]
|
|
}
|