File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ dependencies {
74
74
<summary><b>With Maven</b></summary>
75
75
76
76
```
77
- <!-- To properly import imgui-java -->
77
+ <!-- Used to import imgui-java -->
78
78
<repositories>
79
79
<repository>
80
80
<id>jcenter</id>
@@ -85,14 +85,10 @@ dependencies {
85
85
<properties>
86
86
<lwjgl.version>3.2.3</lwjgl.version>
87
87
<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>
93
88
</properties>
94
89
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 -->
96
92
<profiles>
97
93
<profile>
98
94
<id>lwjgl-natives-linux-amd64</id>
@@ -200,7 +196,7 @@ dependencies {
200
196
- Go to the [ release page] ( https://github.com/SpaiR/imgui-java/releases/latest )
201
197
- Download ` binding-${version}.jar ` , ` lwjgl3-${version}.jar ` and ` imgui-java-natives.jar `
202
198
- 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.
204
200
</details >
205
201
206
202
Important!<br >
You can’t perform that action at this time.
0 commit comments