We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af504a commit fb273b2Copy full SHA for fb273b2
.github/workflows/cmake.yml
@@ -12,6 +12,7 @@ jobs:
12
cmake-flags: -DIMGUI_WCHAR32=ON -DIMGUI_FREETYPE=ON -DCIMGUI_VARGS0=1
13
use-vcpkg: true
14
vcpkg-packages: freetype
15
+ vcpkg-triplet-windows: "{arch}-windows-static"
16
bin-name-linux: cimgui.so
17
bin-name-linux-normalized: cimgui.so
18
bin-name-windows: Release/cimgui.dll
0 commit comments