diff options
| author | Ian Reinhart Geiser <geiseri@geekcentral.pub> | 2020-09-05 01:22:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-04 22:22:28 -0700 |
| commit | 00d27cfd04e151603ebfe96b511d9bce2779c029 (patch) | |
| tree | 876d39784aa7017cea96e61f120e6258832cb31a /ports/imgui/CONTROL | |
| parent | 1a9ecfc894e84d2e2104ad13b170b15e3289d8cb (diff) | |
| download | vcpkg-00d27cfd04e151603ebfe96b511d9bce2779c029.tar.gz vcpkg-00d27cfd04e151603ebfe96b511d9bce2779c029.zip | |
Add option for WCHAR32 support in ImGUI (#13285)
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 bee67cc00..df074e58f 100644 --- a/ports/imgui/CONTROL +++ b/ports/imgui/CONTROL @@ -1,6 +1,6 @@ Source: imgui Version: 1.78 -Port-Version: 2 +Port-Version: 3 Homepage: https://github.com/ocornut/imgui Description: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies. @@ -73,3 +73,6 @@ Build-Depends: freetype Feature: libigl-imgui Description: Install the libigl-imgui headers + +Feature: wchar32 +Description: Use WCHAR32 instead of WCHAR16 |
