mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:46:41 +08:00
b1642553ec
* [imgui] Update to 1.87 * [imgui] Update version files * [implot] Update to 0.13 * [implot] Update version files * [implot] Add a patch to fix osx build * [implot] Update version files * [implot] Fix delegated constructors causing osx build to fail * [implot] Update version files * [implot] Fix build on osx without patch * [implot] Update version files
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
|
|
}
|
|
]
|
|
}
|