19 lines
337 B
JSON
19 lines
337 B
JSON
|
{
|
||
|
"name": "implot",
|
||
|
"version": "0.13",
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|