diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-11-20 15:05:44 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-11-20 15:05:44 -0800 |
| commit | ea6783f9ba878a58b43d8728fd816413f708eb04 (patch) | |
| tree | f417a1556211ad78b7020a96a48432fc4192789a /ports/imgui/CONTROL | |
| parent | 06819e43e30b64769d1ef036d20f6038dab4da34 (diff) | |
| download | vcpkg-ea6783f9ba878a58b43d8728fd816413f708eb04.tar.gz vcpkg-ea6783f9ba878a58b43d8728fd816413f708eb04.zip | |
[imgui] Use vendored stb at request of author -- static linking is explicitly worked around. Update to 1.52.
Diffstat (limited to 'ports/imgui/CONTROL')
| -rw-r--r-- | ports/imgui/CONTROL | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/imgui/CONTROL b/ports/imgui/CONTROL index 35e041de1..4428d0d45 100644 --- a/ports/imgui/CONTROL +++ b/ports/imgui/CONTROL @@ -1,4 +1,3 @@ Source: imgui -Version: 1.51-1 -Build-Depends: stb +Version: 1.52 Description: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies. |
