From 22de6dfd5818d9fb0db63e8563ef6f96fee71629 Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Wed, 31 Dec 2025 10:20:25 +0100 Subject: [PATCH] Add openrndr.openal to build.gradle.kts Needed for webcam access and more --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 9b59331..06e1d32 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,6 +11,7 @@ plugins { dependencies { implementation(openrndr.application.glfw) implementation(openrndr.draw) + implementation(openrndr.openal) runtimeOnly(openrndr.gl3) implementation(openrndr.dialogs)