[implot] Update to 0.9 (#16818)

* [implot] Update to 0.9

* [implot] Update version files

* [implot] Fix missing vcpkg.json

* [implot] Fix vcpkg.json formatting

* [implot] Update version files

Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
This commit is contained in:
Rémy Tassoux 2021-03-22 17:23:14 +01:00 committed by GitHub
parent f35afafcaf
commit e2e6dbdaa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 17 additions and 20 deletions

View File

@ -1,5 +0,0 @@
Source: implot
Version: 0.8
Homepage: https://github.com/epezent/implot
Description: Advanced 2D Plotting for Dear ImGui
Build-Depends: imgui

View File

@ -1,12 +0,0 @@
diff --git a/implot_demo.cpp b/implot_demo.cpp
--- a/implot_demo.cpp
+++ b/implot_demo.cpp
@@ -1426,7 +1426,7 @@
static int F = 0;
static double t1, t2;
- static ImVector<ImVector<ImPlotPoint>> records;
+ static ImVector<ImVector<ImPlotPoint> > records;
if (running) {
F++;

View File

@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO epezent/implot
REF v0.8
SHA512 7c26ddc3e5e00cf3d18c201ec71f62461bed6816abbf72a0a227a8c21a0b674dfb8903e2afc053c9e60f25e7d3ef6e0818b439a4d697a2da1dd2abdcf43c052b
REF v0.9
SHA512 99aad342661dd6515b1af10c5ac9bc15db28050d14ac493ef81731452bca2c876ecb2c6f1746e0ba8f251c95a884ca9fe745c8113706f5ffaee92f1b447d3179
HEAD_REF master
)

9
ports/implot/vcpkg.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "implot",
"version": "0.9",
"description": "Advanced 2D Plotting for Dear ImGui",
"homepage": "https://github.com/epezent/implot",
"dependencies": [
"imgui"
]
}

View File

@ -2557,7 +2557,7 @@
"port-version": 0
},
"implot": {
"baseline": "0.8",
"baseline": "0.9",
"port-version": 0
},
"indicators": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ae02479b485bcea0b2a659208319fa7c97ed917d",
"version": "0.9",
"port-version": 0
},
{
"git-tree": "d44f8a4dda02f0d31c5dce6d5adca8e4caa504e1",
"version-string": "0.8",