Make SDL the default runtime

This commit is contained in:
Edwin Jakobs
2026-02-23 15:29:25 +01:00
parent ed21ae9876
commit 1cd05ec34d

View File

@@ -11,8 +11,8 @@ plugins {
dependencies { dependencies {
implementation(openrndr.bundles.basic) implementation(openrndr.bundles.basic)
implementation(openrndr.bundles.video) implementation(openrndr.bundles.video)
//runtimeOnly(openrndr.bundles.runtime.sdl) runtimeOnly(openrndr.bundles.runtime.sdl)
runtimeOnly(openrndr.bundles.runtime.glfw) // runtimeOnly(openrndr.bundles.runtime.glfw)
runtimeOnly(openrndr.gl3) runtimeOnly(openrndr.gl3)
implementation(openrndr.dialogs) implementation(openrndr.dialogs)
implementation(openrndr.orextensions) implementation(openrndr.orextensions)