diff options
| author | Rémy Tassoux <contact@rt2.fr> | 2021-03-01 17:40:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-01 08:40:09 -0800 |
| commit | b5bc9d5474e428dc1c29c2a6d050b8013c3f3e49 (patch) | |
| tree | 326699cd21af2b5bd641c8c9bdde86acd4abcc69 /versions | |
| parent | 3426db05b996481ca31e95fff3734cf23e0f51bc (diff) | |
| download | vcpkg-b5bc9d5474e428dc1c29c2a6d050b8013c3f3e49.tar.gz vcpkg-b5bc9d5474e428dc1c29c2a6d050b8013c3f3e49.zip | |
[Imgui] Update docking-experimental and freetype features to 1.81 (#16268)
* [imgui] Update docking-experimental and freetype features to 1.81
* [imgui] Update version files
* [imgui] Move string replacement to post-build
* Update ports/imgui/CMakeLists.txt
* [imgui] Declare IMGUI_ENABLE_FREETYPE macro only if the freetype feature is enabled and move wchar32 string replacement to post-build
* [imgui] Update version files
Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/i-/imgui.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index c1f3d92d9..12fa8daa1 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2542,7 +2542,7 @@ }, "imgui": { "baseline": "1.81", - "port-version": 1 + "port-version": 2 }, "imgui-sfml": { "baseline": "2.1-2", diff --git a/versions/i-/imgui.json b/versions/i-/imgui.json index 4adf95168..29d5d3318 100644 --- a/versions/i-/imgui.json +++ b/versions/i-/imgui.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "82e2ab3945def5ecc234f9586425f4dc8cb6d15e", + "version": "1.81", + "port-version": 2 + }, + { "git-tree": "6f5ea94c84f8e4d7883a613421ef285960ce7482", "version-string": "1.81", "port-version": 1 |
