mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:06:49 +08:00
[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:
parent
f35afafcaf
commit
e2e6dbdaa4
@ -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
|
|
@ -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++;
|
|
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO epezent/implot
|
REPO epezent/implot
|
||||||
REF v0.8
|
REF v0.9
|
||||||
SHA512 7c26ddc3e5e00cf3d18c201ec71f62461bed6816abbf72a0a227a8c21a0b674dfb8903e2afc053c9e60f25e7d3ef6e0818b439a4d697a2da1dd2abdcf43c052b
|
SHA512 99aad342661dd6515b1af10c5ac9bc15db28050d14ac493ef81731452bca2c876ecb2c6f1746e0ba8f251c95a884ca9fe745c8113706f5ffaee92f1b447d3179
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
9
ports/implot/vcpkg.json
Normal file
9
ports/implot/vcpkg.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
@ -2557,7 +2557,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"implot": {
|
"implot": {
|
||||||
"baseline": "0.8",
|
"baseline": "0.9",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"indicators": {
|
"indicators": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "ae02479b485bcea0b2a659208319fa7c97ed917d",
|
||||||
|
"version": "0.9",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "d44f8a4dda02f0d31c5dce6d5adca8e4caa504e1",
|
"git-tree": "d44f8a4dda02f0d31c5dce6d5adca8e4caa504e1",
|
||||||
"version-string": "0.8",
|
"version-string": "0.8",
|
||||||
|
Loading…
Reference in New Issue
Block a user