diff options
| author | Bruk Tedla <40060643+brukted@users.noreply.github.com> | 2020-12-16 01:46:58 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-15 14:46:58 -0800 |
| commit | 7e50ef05c8afa214732389bb7d98bcc86c12759e (patch) | |
| tree | e951c764d33b6bb67f605239421df0904467c2c4 /ports/imgui/CONTROL | |
| parent | f78ccd9f0ea37356a22079a1a661456eb380d157 (diff) | |
| download | vcpkg-7e50ef05c8afa214732389bb7d98bcc86c12759e.tar.gz vcpkg-7e50ef05c8afa214732389bb7d98bcc86c12759e.zip | |
[imgui] Add experimental docking feature (#13899)
Diffstat (limited to 'ports/imgui/CONTROL')
| -rw-r--r-- | ports/imgui/CONTROL | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ports/imgui/CONTROL b/ports/imgui/CONTROL index 76730383d..949951acd 100644 --- a/ports/imgui/CONTROL +++ b/ports/imgui/CONTROL @@ -1,6 +1,6 @@ Source: imgui Version: 1.79 -Port-Version: 1 +Port-Version: 3 Homepage: https://github.com/ocornut/imgui Description: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies. @@ -76,3 +76,6 @@ Description: Install the libigl-imgui headers Feature: wchar32 Description: Use WCHAR32 instead of WCHAR16 + +Feature: docking-experimental +Description: Build with docking support |
