vcpkg/ports/implot/vcpkg.json
2023-08-08 11:31:44 -07:00

20 lines
358 B
JSON

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