diff --git a/build.gradle.kts b/build.gradle.kts index 8620c6a..c18af59 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,6 +11,7 @@ plugins { dependencies { implementation(openrndr.bundles.basic) implementation(openrndr.bundles.video) + //runtimeOnly(openrndr.bundles.runtime.sdl) runtimeOnly(openrndr.bundles.runtime.glfw) runtimeOnly(openrndr.gl3) implementation(openrndr.dialogs)