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 27ff561 commit 6d6d88bCopy full SHA for 6d6d88b
bin/README.txt
@@ -3,7 +3,7 @@ Provide 'java.library.path' VM option to a folder with one of those file (ex: -D
3
By default binding expects 'imgui-java' ('imgui-java64' for x64 arch) file name.
4
You can change that by using 'imgui.library.name' VM option (ex: -Dimgui.library.name=custom-lib-name).
5
6
-- imgui-java.dll << win32
7
-- imgui-java64.dll << win64
8
-- libimgui-java.so << linux32
+- imgui-java.dll << win32
+- imgui-java64.dll << win64
+- libimgui-java.so << linux32
9
- libimgui-java64.so << linux64
0 commit comments