Skip to content

Commit 8e2c564

Browse files
authored
Fix example pom.xml (Maven instructions)
Fix #22
1 parent a76ee2d commit 8e2c564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@ dependencies {
166166
<!-- imgui-java -->
167167
<dependency>
168168
<groupId>io.imgui.java</groupId>
169-
<artifactId>binding</artifactId>
169+
<artifactId>imgui-java-binding</artifactId>
170170
<version>${imgui.java.version}</version>
171171
</dependency>
172172
<dependency>
173173
<groupId>io.imgui.java</groupId>
174-
<artifactId>lwjgl3</artifactId>
174+
<artifactId>imgui-java-lwjgl3</artifactId>
175175
<version>${imgui.java.version}</version>
176176
</dependency>
177177
<dependency>

0 commit comments

Comments
 (0)