mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
[implot] Update to 0.16 (#33302)
* [implot] Update to 0.16 * [implot] Update version files
This commit is contained in:
parent
d5b03c125a
commit
27a095f910
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO epezent/implot
|
||||
REF v${VERSION}
|
||||
SHA512 07e45da79db20f12cd17e3510e0b67085f16865ec27e119cb9faa8037a815c1bc246a9dec11805e031f00a131afbacb6c9ca8a28d1115c4e1365dd941987fc80
|
||||
SHA512 117cb08122d900e7db857897bfec4c9ac3300a1d429c8f0303415bc693840baa9bbbb91ca3f13853d8efd3a6ebf538b7114401d4fbfe0d067256e58cbdbd4919
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "implot",
|
||||
"version": "0.15",
|
||||
"port-version": 1,
|
||||
"version": "0.16",
|
||||
"description": "Advanced 2D Plotting for Dear ImGui",
|
||||
"homepage": "https://github.com/epezent/implot",
|
||||
"license": "MIT",
|
||||
|
@ -3397,8 +3397,8 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"implot": {
|
||||
"baseline": "0.15",
|
||||
"port-version": 1
|
||||
"baseline": "0.16",
|
||||
"port-version": 0
|
||||
},
|
||||
"indicators": {
|
||||
"baseline": "2.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "688b48b9fc371ad59a57d92b05d7fd3699c4a57e",
|
||||
"version": "0.16",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "8cd7aca733072549426cfb1e309c4831340713b1",
|
||||
"version": "0.15",
|
||||
|
Loading…
Reference in New Issue
Block a user