Skip to content

Commit

Permalink
[implot] Update to 0.9 (microsoft#16818)
Browse files Browse the repository at this point in the history
* [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 <[email protected]>
  • Loading branch information
RT2Code and Rémy Tassoux authored Mar 22, 2021
1 parent f35afaf commit e2e6dbd
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 20 deletions.
5 changes: 0 additions & 5 deletions ports/implot/CONTROL

This file was deleted.

12 changes: 0 additions & 12 deletions ports/implot/mac_os_build_fix.patch

This file was deleted.

4 changes: 2 additions & 2 deletions ports/implot/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
9 changes: 9 additions & 0 deletions ports/implot/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "implot",
"version": "0.9",
"description": "Advanced 2D Plotting for Dear ImGui",
"homepage": "https://github.com/epezent/implot",
"dependencies": [
"imgui"
]
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2557,7 +2557,7 @@
"port-version": 0
},
"implot": {
"baseline": "0.8",
"baseline": "0.9",
"port-version": 0
},
"indicators": {
Expand Down
5 changes: 5 additions & 0 deletions versions/i-/implot.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ae02479b485bcea0b2a659208319fa7c97ed917d",
"version": "0.9",
"port-version": 0
},
{
"git-tree": "d44f8a4dda02f0d31c5dce6d5adca8e4caa504e1",
"version-string": "0.8",
Expand Down

0 comments on commit e2e6dbd

Please sign in to comment.