Vector control in GUI

Also using snapshot of panel
This commit is contained in:
Rein van der Woerd
2020-03-14 16:17:45 +01:00
parent c8605f7f53
commit cba59e6a89
3 changed files with 70 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ apply plugin: 'org.jetbrains.dokka'
project.ext {
openrndrVersion = "0.3.39"
panelVersion = "0.3.21"
panelVersion = "0.4.0-SNAPSHOT"
kotlinVersion = "1.3.70"
spekVersion = "2.0.9"
libfreenectVersion = "0.5.7-1.5.2"
@@ -49,6 +49,7 @@ allprojects {
repositories {
mavenCentral()
mavenLocal()
jcenter()
maven {
url = "https://dl.bintray.com/openrndr/openrndr"
@@ -112,4 +113,4 @@ allprojects {
includeEngines 'spek2'
}
}
}
}