From 774ab3d0d622a2f214f85150090758f349a2fd09 Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Sun, 4 Jan 2026 11:46:09 +0100 Subject: [PATCH] Make use of openrndr.bundles.video Replaces openrndr.ffmpeg and openrndr.openal --- build.gradle.kts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2babd3e..8620c6a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,12 +10,11 @@ plugins { dependencies { implementation(openrndr.bundles.basic) + implementation(openrndr.bundles.video) runtimeOnly(openrndr.bundles.runtime.glfw) runtimeOnly(openrndr.gl3) implementation(openrndr.dialogs) implementation(openrndr.orextensions) - implementation(openrndr.ffmpeg) - implementation(openrndr.openal) implementation(orx.bundles.basic) implementation(orx.olive)