Switch default from glfw to sdl

This commit is contained in:
Abe Pazos
2026-03-23 15:14:48 +01:00
parent 5d800bd09c
commit 4c59139b05

View File

@@ -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)