[openrndr-demos] Add DemoCompositionDrawer01

This commit is contained in:
Edwin Jakobs
2020-07-19 23:53:04 +02:00
parent 960b49b78f
commit ed48736985
2 changed files with 38 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ dependencies {
demoImplementation("org.openrndr:openrndr-core:$openrndrVersion")
demoImplementation("org.openrndr:openrndr-extensions:$openrndrVersion")
demoImplementation("org.openrndr:openrndr-ffmpeg:$openrndrVersion")
demoImplementation("org.openrndr:openrndr-svg:$openrndrVersion")
demoRuntimeOnly("org.openrndr:openrndr-ffmpeg-natives-$openrndrOS:$openrndrVersion")
demoRuntimeOnly("org.openrndr:openrndr-gl3:$openrndrVersion")
demoRuntimeOnly("org.openrndr:openrndr-gl3-natives-$openrndrOS:$openrndrVersion")