Skip to content

Commit f327038

Browse files
authored
Update README.md
1 parent 89e39e7 commit f327038

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474
<summary><b>With Maven</b></summary>
7575

7676
```
77-
<!-- To properly import imgui-java -->
77+
<!-- Used to import imgui-java -->
7878
<repositories>
7979
<repository>
8080
<id>jcenter</id>
@@ -85,14 +85,10 @@ dependencies {
8585
<properties>
8686
<lwjgl.version>3.2.3</lwjgl.version>
8787
<imgui.java.version>1.76-0.10</imgui.java.version>
88-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
89-
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
90-
<java.version>1.8</java.version>
91-
<maven.compiler.target>1.8</maven.compiler.target>
92-
<maven.compiler.source>1.8</maven.compiler.source>
9388
</properties>
9489
95-
<!-- Resolves the OS version to use for our natives -->
90+
<!-- Resolve OS version for native libraries -->
91+
<!-- imgui-java uses the same naming convention as LWJGL3 -->
9692
<profiles>
9793
<profile>
9894
<id>lwjgl-natives-linux-amd64</id>
@@ -200,7 +196,7 @@ dependencies {
200196
- Go to the [release page](https://github.com/SpaiR/imgui-java/releases/latest)
201197
- Download `binding-${version}.jar`, `lwjgl3-${version}.jar` and `imgui-java-natives.jar`
202198
- The last one contains native libs for all OSs.
203-
- Add them to your classpath and you are ready to go!
199+
- Add them to your classpath and use imgui-java.
204200
</details>
205201

206202
Important!<br>

0 commit comments

Comments
 (0)