Files
orx/orx-jvm/orx-video-profiles/build.gradle.kts

8 lines
152 B
Plaintext

plugins {
org.openrndr.extra.convention.`kotlin-jvm`
}
dependencies {
implementation(openrndr.ffmpeg)
demoImplementation(openrndr.ffmpeg)
}