From 1cd05ec34db974b88b87a17a206124308352dc04 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Mon, 23 Feb 2026 15:29:25 +0100 Subject: [PATCH] Make SDL the default runtime --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index c18af59..fa7bcf3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,8 +11,8 @@ plugins { dependencies { implementation(openrndr.bundles.basic) implementation(openrndr.bundles.video) - //runtimeOnly(openrndr.bundles.runtime.sdl) - runtimeOnly(openrndr.bundles.runtime.glfw) + runtimeOnly(openrndr.bundles.runtime.sdl) +// runtimeOnly(openrndr.bundles.runtime.glfw) runtimeOnly(openrndr.gl3) implementation(openrndr.dialogs) implementation(openrndr.orextensions)