From 0ff4e2609170fad0b6baa78e4e4d9df392ee627e Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Mon, 3 Apr 2023 17:41:43 +0200 Subject: [PATCH] build.gradle.kts: add openrndr("dialogs") dependency See usage demos in this commit https://github.com/openrndr/openrndr/commit/a368aac9160367fa2115cdec5350f6ccf093cf26 --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index ad65db3..d22f59a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -265,6 +265,7 @@ class Openrndr { implementation(openrndr("animatable")) implementation(openrndr("extensions")) implementation(openrndr("filter")) + implementation(openrndr("dialogs")) if ("video" in openrndrFeatures) { implementation(openrndr("ffmpeg")) runtimeOnly(openrndrNatives("ffmpeg"))