From a593a8225f3ea0f15f358dc7a8983e94b70fff98 Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Wed, 31 Dec 2025 12:23:51 +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 0066aa7..2babd3e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,6 +15,7 @@ dependencies { implementation(openrndr.dialogs) implementation(openrndr.orextensions) implementation(openrndr.ffmpeg) + implementation(openrndr.openal) implementation(orx.bundles.basic) implementation(orx.olive)