Add WatchDiv demo

This commit is contained in:
Edwin Jakobs
2020-05-08 11:03:44 +02:00
parent 43edd55d68
commit 2dc7fb1b75
3 changed files with 136 additions and 5 deletions

View File

@@ -10,6 +10,8 @@ sourceSets {
dependencies {
demoImplementation("org.openrndr:openrndr-extensions:$openrndrVersion")
demoImplementation("org.openrndr:openrndr-dialogs:$openrndrVersion")
demoImplementation("com.google.code.gson:gson:$gsonVersion")
demoRuntimeOnly("org.openrndr:openrndr-gl3:$openrndrVersion")
demoRuntimeOnly("org.openrndr:openrndr-gl3-natives-$openrndrOS:$openrndrVersion")
demoImplementation(sourceSets.getByName("main").output)