diff options
| author | Rémy Tassoux <contact@rt2.fr> | 2021-03-17 23:13:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-17 15:13:48 -0700 |
| commit | 358bcd4166dde07a6c1b2c2b4ab9d5851d4faea2 (patch) | |
| tree | 8bfb7ce508c2f5bcd4626efee1f085d429985f95 /versions | |
| parent | 9f6aaaccb70d6f114a967f0ab83eff42840614ed (diff) | |
| download | vcpkg-358bcd4166dde07a6c1b2c2b4ab9d5851d4faea2.tar.gz vcpkg-358bcd4166dde07a6c1b2c2b4ab9d5851d4faea2.zip | |
[imgui] Update to 1.82 (#16727)
* [imgui] Update to 1.82
* [imgui] Update version files
Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/i-/imgui.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 106084954..e53644952 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2541,8 +2541,8 @@ "port-version": 0 }, "imgui": { - "baseline": "1.81", - "port-version": 2 + "baseline": "1.82", + "port-version": 0 }, "imgui-sfml": { "baseline": "2.1-2", diff --git a/versions/i-/imgui.json b/versions/i-/imgui.json index 29d5d3318..a3fb9d6bb 100644 --- a/versions/i-/imgui.json +++ b/versions/i-/imgui.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "5b15b89409f5835f3ff13a7e725eb447dddeabab", + "version": "1.82", + "port-version": 0 + }, + { "git-tree": "82e2ab3945def5ecc234f9586425f4dc8cb6d15e", "version": "1.81", "port-version": 2 |
