Skip to content

Commit b55625d

Browse files
committed
[Build] Update bins
1 parent 6e67a18 commit b55625d

11 files changed

+11
-7
lines changed

bin/README.txt

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
Folder contains libraries used by the binding.
2-
Provide 'imgui.library.path' VM option to a folder with one of those file (ex: -Dimgui.library.path=./some/folder).
3-
The same way you can use 'java.library.path' option as well.
2+
3+
Provide 'imgui.library.path' VM option to the folder with one of those file (ex: -Dimgui.library.path=./some/folder).
4+
In the same way you can use 'java.library.path' option instead.
5+
46
By default binding expects 'imgui-java' ('imgui-java64' for x64 arch) file name.
57
You can change that by using 'imgui.library.name' VM option (ex: -Dimgui.library.name=custom-lib-name).
68

7-
- imgui-java.dll << win32
8-
- imgui-java64.dll << win64
9-
- libimgui-java.so << linux32
10-
- libimgui-java64.so << linux64
11-
- libimgui-java64.dylib << MacOs64
9+
- imgui-java.dll << Windows 32bit
10+
- imgui-java64.dll << Windows 64bit
11+
- libimgui-java.so << Linux 32bit
12+
- libimgui-java64.so << Linux 64bit
13+
- libimgui-java64.dylib << MacOS
14+
15+
Freetype folder contains same libraries, but with Freetype support.

bin/freetype/imgui-java.dll

3.35 MB
Binary file not shown.

bin/freetype/imgui-java64.dll

3.02 MB
Binary file not shown.

bin/freetype/libimgui-java.so

1.79 MB
Binary file not shown.

bin/freetype/libimgui-java64.dylib

1.65 MB
Binary file not shown.

bin/freetype/libimgui-java64.so

1.64 MB
Binary file not shown.

bin/imgui-java.dll

-764 KB
Binary file not shown.

bin/imgui-java64.dll

-723 KB
Binary file not shown.

bin/libimgui-java.so

24 KB
Binary file not shown.

bin/libimgui-java64.dylib

18.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)