diff options
| author | Rémy Tassoux <contact@rt2.fr> | 2021-03-22 17:23:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-22 09:23:14 -0700 |
| commit | e2e6dbdaa45c40fe2e3ec7753b40d92d1dcab16e (patch) | |
| tree | b86ed1aa1f82cabdff260ac7a59b2131e2914a85 | |
| parent | f35afafcafd5e049f7ab584e8f8cef650da0283a (diff) | |
| download | vcpkg-e2e6dbdaa45c40fe2e3ec7753b40d92d1dcab16e.tar.gz vcpkg-e2e6dbdaa45c40fe2e3ec7753b40d92d1dcab16e.zip | |
[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>
| -rw-r--r-- | ports/implot/CONTROL | 5 | ||||
| -rw-r--r-- | ports/implot/mac_os_build_fix.patch | 12 | ||||
| -rw-r--r-- | ports/implot/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/implot/vcpkg.json | 9 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/i-/implot.json | 5 |
6 files changed, 17 insertions, 20 deletions
diff --git a/ports/implot/CONTROL b/ports/implot/CONTROL deleted file mode 100644 index e81d4da11..000000000 --- a/ports/implot/CONTROL +++ /dev/null @@ -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 diff --git a/ports/implot/mac_os_build_fix.patch b/ports/implot/mac_os_build_fix.patch deleted file mode 100644 index 5061b5461..000000000 --- a/ports/implot/mac_os_build_fix.patch +++ /dev/null @@ -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++;
diff --git a/ports/implot/portfile.cmake b/ports/implot/portfile.cmake index 787280aab..a4c0ce41a 100644 --- a/ports/implot/portfile.cmake +++ b/ports/implot/portfile.cmake @@ -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 ) diff --git a/ports/implot/vcpkg.json b/ports/implot/vcpkg.json new file mode 100644 index 000000000..4f1994781 --- /dev/null +++ b/ports/implot/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "implot", + "version": "0.9", + "description": "Advanced 2D Plotting for Dear ImGui", + "homepage": "https://github.com/epezent/implot", + "dependencies": [ + "imgui" + ] +} diff --git a/versions/baseline.json b/versions/baseline.json index 2d5a80133..bfd69aba8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2557,7 +2557,7 @@ "port-version": 0 }, "implot": { - "baseline": "0.8", + "baseline": "0.9", "port-version": 0 }, "indicators": { diff --git a/versions/i-/implot.json b/versions/i-/implot.json index 9cd1ab6bc..4b7059bc1 100644 --- a/versions/i-/implot.json +++ b/versions/i-/implot.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "ae02479b485bcea0b2a659208319fa7c97ed917d", + "version": "0.9", + "port-version": 0 + }, + { "git-tree": "d44f8a4dda02f0d31c5dce6d5adca8e4caa504e1", "version-string": "0.8", "port-version": 0 |
