mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 15:49:28 +08:00
3fb92ef49c
* [implot] Update to 0.12 * [implot] Update version files * [implot] Replace deprecated vcpkg functions * [implot] Fix port formatting * [implot] Update version files * [implot] Update implot to 0.12 * [implot] Update version files * [implot] Update version database * update portfile.cmake * update version Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
18 lines
317 B
JSON
18 lines
317 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|