From 4c59139b052fc332ba795477c6fcb2fba3fd7215 Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Mon, 23 Mar 2026 15:14:48 +0100 Subject: [PATCH] Switch default from glfw to sdl --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index f8f2bea..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)