SpaiR / imgui-java

JNI based binding for Dear ImGui
MIT License
547 stars 90 forks source link

Add missing import in example in readme #186

Closed Trolobezka closed 1 year ago

Trolobezka commented 1 year ago

Description

I tried running the example from readme and got error cannot find symbol ... class Configuration. So I added the missing import import imgui.app.Configuration;.

Type of change