19 lines
337 B
JSON
Executable File
19 lines
337 B
JSON
Executable File
{
|
|
"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
|
|
}
|
|
]
|
|
}
|