From ed21ae9876bce8d55eb7447f684f92ec262e416b Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Wed, 11 Feb 2026 10:35:20 +0100 Subject: [PATCH] Add sdl dependency (commented out) --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) 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)