Add sdl dependency (commented out)

This commit is contained in:
Abe Pazos
2026-02-11 10:35:20 +01:00
parent 5374b5c289
commit ed21ae9876

View File

@@ -11,6 +11,7 @@ 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.glfw) runtimeOnly(openrndr.bundles.runtime.glfw)
runtimeOnly(openrndr.gl3) runtimeOnly(openrndr.gl3)
implementation(openrndr.dialogs) implementation(openrndr.dialogs)