diff options
| author | aizuon <44760523+aizuon@users.noreply.github.com> | 2021-02-17 04:33:33 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-16 17:33:33 -0800 |
| commit | e2ecca095c77180ab0114600f78b557ab6c99fc2 (patch) | |
| tree | c0db1ab9da2ce99c0b4f241afcbc1059551222f1 /versions | |
| parent | 5f29a7a5cae5374e99a488f3b324f1948de43c89 (diff) | |
| download | vcpkg-e2ecca095c77180ab0114600f78b557ab6c99fc2.tar.gz vcpkg-e2ecca095c77180ab0114600f78b557ab6c99fc2.zip | |
[imgui] change to correct dx binding implementation path (#16255)
* [imgui] change to correct dx binding implementation path
* [imgui] add version files
* [imgui] forgot to update hash
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 389149f51..7aa24c167 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2530,7 +2530,7 @@ }, "imgui": { "baseline": "1.81", - "port-version": 0 + "port-version": 1 }, "imgui-sfml": { "baseline": "2.1-2", diff --git a/versions/i-/imgui.json b/versions/i-/imgui.json index c46c237dd..4adf95168 100644 --- a/versions/i-/imgui.json +++ b/versions/i-/imgui.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "6f5ea94c84f8e4d7883a613421ef285960ce7482", + "version-string": "1.81", + "port-version": 1 + }, + { "git-tree": "a4eda15784b1da0ef71c67177bae1126dcfba52e", "version-string": "1.81", "port-version": 0 |
