We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73e38e commit 709cafdCopy full SHA for 709cafd
core/src/main/kotlin/imgui/imgui.kt
@@ -207,6 +207,6 @@ object ImGui :
207
208
209
@JvmField
210
-var DEBUG = true
+var DEBUG = false
211
212
fun IM_DEBUG_BREAK() {}
settings.gradle.kts
@@ -20,7 +20,7 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
20
21
gradle.rootProject {
22
group = "kotlin.graphics"
23
- version = "1.89.6"
+ version = "1.89.7"
24
}
25
26
dependencyResolutionManagement {
0 commit comments