Upgrade to OPENRNDR 0.3.41-rc.1, add unit tests for shape related code

This commit is contained in:
Edwin Jakobs
2020-03-31 14:54:54 +02:00
parent 99d49060bf
commit 065bf71e51
8 changed files with 134 additions and 15 deletions

View File

@@ -15,8 +15,8 @@ buildscript {
apply plugin: 'org.jetbrains.dokka'
project.ext {
openrndrVersion = "0.3.40"
kotlinVersion = "1.3.70"
openrndrVersion = "0.3.41-rc.1"
kotlinVersion = "1.3.71"
spekVersion = "2.0.10"
libfreenectVersion = "0.5.7-1.5.2"
gsonVersion = "2.8.6"