8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
plugins {
|
|
id("org.openrndr.extra.convention.kotlin-jvm")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(openrndr.ffmpeg)
|
|
demoImplementation(openrndr.ffmpeg)
|
|
} |