mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
[implot] Update to 0.11 (#18909)
* [implot] Update to 0.11 * [implot] Update version files Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
This commit is contained in:
parent
b1b4808228
commit
0033112a66
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO epezent/implot
|
||||
REF v0.9
|
||||
SHA512 99aad342661dd6515b1af10c5ac9bc15db28050d14ac493ef81731452bca2c876ecb2c6f1746e0ba8f251c95a884ca9fe745c8113706f5ffaee92f1b447d3179
|
||||
REF v0.11
|
||||
SHA512 161e709fcd872abd414129915501261085df531a0b5a9b33ed40422a082603627242467de59b11116948352fdb62b5d28131658b603f48692edd43429513ba29
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "implot",
|
||||
"version": "0.9",
|
||||
"version": "0.11",
|
||||
"description": "Advanced 2D Plotting for Dear ImGui",
|
||||
"homepage": "https://github.com/epezent/implot",
|
||||
"dependencies": [
|
||||
|
@ -2665,7 +2665,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"implot": {
|
||||
"baseline": "0.9",
|
||||
"baseline": "0.11",
|
||||
"port-version": 0
|
||||
},
|
||||
"indicators": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0cd65daef775cef7aa1fef67949dc644a4b42b73",
|
||||
"version": "0.11",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "ae02479b485bcea0b2a659208319fa7c97ed917d",
|
||||
"version": "0.9",
|
||||
|
Loading…
Reference in New Issue
Block a user