vcpkg/ports/implot/vcpkg.json

18 lines
317 B
JSON
Raw Normal View History

{
"name": "implot",
"version": "0.12",
"description": "Advanced 2D Plotting for Dear ImGui",
"homepage": "https://github.com/epezent/implot",
"dependencies": [
"imgui",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}