|
5 | 5 | **JNI based binding for [Dear ImGui](https://github.com/ocornut/imgui)**
|
6 | 6 |
|
7 | 7 | [](https://github.com/SpaiR/imgui-java/releases)
|
| 8 | +[](https://github.com/SpaiR/imgui-java/actions/workflows/ci.yml)<br> |
8 | 9 | [](https://search.maven.org/search?q=g:io.github.spair%20AND%20a:imgui-java-*)
|
9 |
| -[](https://github.com/SpaiR/imgui-java/actions/workflows/ci.yml) |
10 | 10 | [](https://javadoc.io/doc/io.github.spair/imgui-java-binding)
|
11 | 11 | [](https://javadoc.io/doc/io.github.spair/imgui-java-app)
|
12 | 12 |
|
@@ -110,7 +110,7 @@ Read `imgui.app.Application` [javadoc](https://javadoc.io/doc/io.github.spair/im
|
110 | 110 |
|
111 | 111 | ### Dependencies
|
112 | 112 |
|
113 |
| - |
| 113 | + |
114 | 114 |
|
115 | 115 | <details>
|
116 | 116 | <summary><b>Gradle</b></summary>
|
@@ -166,7 +166,7 @@ You can refer to `imgui-app` module to see how things are done there.
|
166 | 166 |
|
167 | 167 | ### Dependencies
|
168 | 168 |
|
169 |
| - |
| 169 | + |
170 | 170 |
|
171 | 171 | For simplicity, example of dependencies for Gradle / Maven only shows how to add natives for Windows. Feel free to add other platforms.
|
172 | 172 |
|
@@ -347,7 +347,7 @@ Don't forget to make clear for your Linux/Mac users, that they will need to inst
|
347 | 347 |
|
348 | 348 | ### Dependencies
|
349 | 349 |
|
350 |
| - |
| 350 | + |
351 | 351 |
|
352 | 352 | Use the same native libraries as you would, but with `-ft` suffix in the end.
|
353 | 353 |
|
|
0 commit comments