Jacob Whitehead
Jacob Whitehead
@SpaiR I too would like to know what's stopping this PR
How do I use this dependency in a gradle project? I know i have to point it at the maven repo but I keep having build errors
I am getting build errors with the following build.gradle ``` repositories { // mavenLocal() maven { name "realrobotixImguiJava" url "https://maven.realrobotix.me/imgui-java" } mavenCentral() } project.ext.lwjglVersion = "3.3.3" project.ext.jomlVersion = "1.10.5" project.ext.imguiVersion...