[openrndr-demos] Add rectangle batch demos

This commit is contained in:
Edwin Jakobs
2020-07-21 13:58:27 +02:00
parent b4908b3cd8
commit c6a883f6b9
6 changed files with 87 additions and 29 deletions

View File

@@ -16,7 +16,7 @@ buildscript {
apply plugin: 'org.jetbrains.dokka'
project.ext {
openrndrVersion = openrndrUseSnapshot? "0.4.0-SNAPSHOT" : "0.3.44-rc.4"
openrndrVersion = openrndrUseSnapshot? "0.4.0-SNAPSHOT" : "0.3.44-rc.5"
kotlinVersion = "1.3.72"
spekVersion = "2.0.11"
libfreenectVersion = "0.5.7-1.5.3"