Skip to content

Commit 4055ed4

Browse files
committed
Version 1.74-0.2
1 parent 03640f4 commit 4055ed4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,16 @@ repositories {
5454
Add binding dependency:
5555
```
5656
dependecies {
57-
implementation 'io.imgui.java:binding:1.74-0.1'
57+
implementation 'io.imgui.java:binding:1.74-0.2'
5858
}
5959
```
6060

6161
#### Step 3 (optional, but recommended)
6262
If you want to use LWJGL3 renderer:
6363
```
6464
dependecies {
65-
implementation 'io.imgui.java:binding:1.74-0.1'
66-
implementation 'io.imgui.java:lwjgl3:1.74-0.1'
65+
implementation 'io.imgui.java:binding:1.74-0.2'
66+
implementation 'io.imgui.java:lwjgl3:1.74-0.2'
6767
}
6868
```
6969
**Disclaimer!**<br>

bin/imgui-java.dll

1.79 KB
Binary file not shown.

bin/imgui-java64.dll

1.28 KB
Binary file not shown.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.74-0.1
1+
version=1.74-0.2

0 commit comments

Comments
 (0)