Compare commits

..

1 Commits

Author SHA1 Message Date
edwin
7d6ac87a34 Bumped OPENRNDR to 0.3.35, orx to 0.3.32, kotlin to 1.3.50 2019-08-27 19:38:24 +02:00

View File

@@ -8,7 +8,7 @@ plugins {
kotlin("jvm") version("1.3.50")
}
group = "org.openrndr.template"
version = "0.3.5"
version = "0.3.2"
val applicationMainClass = "TemplateProgramKt"
val applicationFullLogging = false
@@ -29,9 +29,9 @@ val panelUseSnapshot = false
val panelVersion = if (panelUseSnapshot) "0.4.0-SNAPSHOT" else "0.3.17-m3"
val orxUseSnapshot = false
val orxVersion = if (orxUseSnapshot) "0.4.0-SNAPSHOT" else "0.3.36"
val orxVersion = if (orxUseSnapshot) "0.4.0-SNAPSHOT" else "0.3.32"
// supported features are: orx-camera, orx-compositor,orx-easing, orx-filter-extension,orx-file-watcher,
// supported features are: orx-camera, orx-compositor,orx-easing, orx-filter-extension,orx-file-watcher, orx-kinect-v1
// orx-integral-image, orx-interval-tree, orx-jumpflood,orx-kdtree, orx-mesh-generators,orx-midi, orx-no-clear,
// orx-noise, orx-obj, orx-olive
@@ -66,7 +66,7 @@ dependencies {
compile(openrndr("extensions"))
compile(openrndr("filter"))
compile("org.jetbrains.kotlinx", "kotlinx-coroutines-core","1.3.0")
compile("org.jetbrains.kotlinx", "kotlinx-coroutines-core","1.3.0-RC")
compile("io.github.microutils", "kotlin-logging","1.7.2")