kotlin-graphics / imgui

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

NoClassDefFoundError: uno/glfw/HWND #193

Closed Rattlyy closed 5 months ago

Rattlyy commented 5 months ago
java.lang.NoClassDefFoundError: uno/glfw/HWND
    at imgui.classes.IO.<init>(IO.kt:156)
    at imgui.classes.Context.<init>(Context.kt:37)
    at imgui.classes.Context.<init>(Context.kt:30)
    at it.rattly.ware.ImGuiThings.init$lambda$0(ImGuiThings.kt:30)
Rattlyy commented 5 months ago

fixed by updating