Bump to OPENRNDR 0.3.44-rc.7, add intersection demos

This commit is contained in:
Edwin Jakobs
2020-07-29 12:01:23 +02:00
parent dd9a0b351a
commit 6060ebffcd
4 changed files with 111 additions and 1 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.6"
openrndrVersion = openrndrUseSnapshot? "0.4.0-SNAPSHOT" : "0.3.44-rc.7"
kotlinVersion = "1.3.72"
spekVersion = "2.0.11"
libfreenectVersion = "0.5.7-1.5.3"