build.gradle.kts: add openrndr("dialogs") dependency

See usage demos in this commit a368aac916
This commit is contained in:
Abe Pazos
2023-04-03 17:41:43 +02:00
committed by Edwin Jakobs
parent 9716ffed5f
commit 0ff4e26091

View File

@@ -265,6 +265,7 @@ class Openrndr {
implementation(openrndr("animatable")) implementation(openrndr("animatable"))
implementation(openrndr("extensions")) implementation(openrndr("extensions"))
implementation(openrndr("filter")) implementation(openrndr("filter"))
implementation(openrndr("dialogs"))
if ("video" in openrndrFeatures) { if ("video" in openrndrFeatures) {
implementation(openrndr("ffmpeg")) implementation(openrndr("ffmpeg"))
runtimeOnly(openrndrNatives("ffmpeg")) runtimeOnly(openrndrNatives("ffmpeg"))