Bump to ORX 0.3.41
This commit is contained in:
@@ -28,7 +28,7 @@ val panelUseSnapshot = false
|
|||||||
val panelVersion = if (panelUseSnapshot) "0.4.0-SNAPSHOT" else "0.3.18"
|
val panelVersion = if (panelUseSnapshot) "0.4.0-SNAPSHOT" else "0.3.18"
|
||||||
|
|
||||||
val orxUseSnapshot = false
|
val orxUseSnapshot = false
|
||||||
val orxVersion = if (orxUseSnapshot) "0.4.0-SNAPSHOT" else "0.3.40"
|
val orxVersion = if (orxUseSnapshot) "0.4.0-SNAPSHOT" else "0.3.41"
|
||||||
|
|
||||||
// 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-integral-image, orx-interval-tree, orx-jumpflood, orx-kdtree, orx-mesh-generators,orx-midi, orx-no-clear,
|
// orx-integral-image, orx-interval-tree, orx-jumpflood, orx-kdtree, orx-mesh-generators,orx-midi, orx-no-clear,
|
||||||
@@ -144,4 +144,4 @@ tasks.create("zipDistribution", Zip::class.java) {
|
|||||||
tasks.create("run", JavaExec::class.java) {
|
tasks.create("run", JavaExec::class.java) {
|
||||||
main = applicationMainClass
|
main = applicationMainClass
|
||||||
classpath = sourceSets.main.get().runtimeClasspath
|
classpath = sourceSets.main.get().runtimeClasspath
|
||||||
}.dependsOn(tasks.build)
|
}.dependsOn(tasks.build)
|
||||||
|
|||||||
Reference in New Issue
Block a user