Bumped version to 0.0.12. Added orx-mesh-generators. OPENRNDR 0.3.29
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -1,18 +1,19 @@
|
||||
plugins {
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.3.0'
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.3.10'
|
||||
}
|
||||
|
||||
allprojects {
|
||||
group 'org.openrndr.extra'
|
||||
version '0.0.11'
|
||||
version '0.0.12'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
ext {
|
||||
openrndrVersion = "0.3.28"
|
||||
openrndrVersion = "0.3.29-rc2"
|
||||
}
|
||||
|
||||
subprojects {
|
||||
@@ -30,7 +31,8 @@ subprojects {
|
||||
dependencies {
|
||||
compile "org.openrndr:openrndr-core:$openrndrVersion"
|
||||
compile "org.openrndr:openrndr-filter:$openrndrVersion"
|
||||
compile group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.0.0'
|
||||
compile "org.openrndr:openrndr-shape:$openrndrVersion"
|
||||
compile group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.0.1'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user