Add openrndr.openal to build.gradle.kts
Needed for webcam access and more
This commit is contained in:
@@ -11,6 +11,7 @@ plugins {
|
||||
dependencies {
|
||||
implementation(openrndr.application.glfw)
|
||||
implementation(openrndr.draw)
|
||||
implementation(openrndr.openal)
|
||||
runtimeOnly(openrndr.gl3)
|
||||
|
||||
implementation(openrndr.dialogs)
|
||||
|
||||
Reference in New Issue
Block a user