Add openrndr.openal to build.gradle.kts

Needed for webcam access and more
This commit is contained in:
Abe Pazos
2025-12-31 12:23:51 +01:00
parent bd20afb8ee
commit a593a8225f

View File

@@ -15,6 +15,7 @@ dependencies {
implementation(openrndr.dialogs) implementation(openrndr.dialogs)
implementation(openrndr.orextensions) implementation(openrndr.orextensions)
implementation(openrndr.ffmpeg) implementation(openrndr.ffmpeg)
implementation(openrndr.openal)
implementation(orx.bundles.basic) implementation(orx.bundles.basic)
implementation(orx.olive) implementation(orx.olive)