Add openrndr.openal to build.gradle.kts

Needed for webcam access and more
This commit is contained in:
Abe Pazos
2025-12-31 10:20:25 +01:00
parent 98ea2de9ee
commit 22de6dfd58

View File

@@ -11,6 +11,7 @@ plugins {
dependencies {
implementation(openrndr.application.glfw)
implementation(openrndr.draw)
implementation(openrndr.openal)
runtimeOnly(openrndr.gl3)
implementation(openrndr.dialogs)