kotlin-graphics / imgui

Bloat-free Immediate Mode Graphical User interface for JVM with minimal dependencies (rewrite of dear imgui)
MIT License
604 stars 36 forks source link

is jdk8-snapshot doesnt work anymore? #170

Closed gurachan closed 3 years ago

gurachan commented 3 years ago

image it used to work before September 28 2020 xD sorry if I bother u guys

even just "jdk8" doesn't work..

I even tried this

        ext {
        imguiVersion = "jdk8_1.4.10-1f8cdada61-1"
    }

    ["gl", "glfw", "core"].each {
        implementation("com.github.kotlin-graphics.imgui:$it:$imguiVersion") {
            exclude group: "org.lwjgl"
        }
    } 

i found the version at here https://jitpack.io/#kotlin-graphics/imgui/jdk8_1.4.10-1f8cdada61-1

gurachan commented 3 years ago

nvm it works now I just have to remove "imgui-" and snapshot still works after that