Upgrade OPENRNDR to 0.4.2-rc.3, runtime to 1.13.0, gson to 2.10.1. Enable gradle configuration cache. Change default orx features.

This commit is contained in:
Edwin Jakobs
2023-01-23 08:37:19 +01:00
parent 4631eced38
commit 3b957d53e3
4 changed files with 12 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ val applicationMainClass = "TemplateProgramKt"
/** ## additional ORX features to be added to this project */
val orxFeatures = setOf<String>(
// "orx-boofcv",
// "orx-camera",
"orx-camera",
// "orx-chataigne",
"orx-color",
"orx-compositor",
@@ -22,7 +22,7 @@ val orxFeatures = setOf<String>(
"orx-fx",
// "orx-glslify",
// "orx-gradient-descent",
"orx-git-archiver",
// "orx-git-archiver",
"orx-gui",
"orx-image-fit",
// "orx-integral-image",
@@ -35,7 +35,7 @@ val orxFeatures = setOf<String>(
// "orx-mesh-generators",
// "orx-midi",
// "orx-minim",
// "orx-no-clear",
"orx-no-clear",
"orx-noise",
// "orx-obj-loader",
"orx-olive",
@@ -56,7 +56,8 @@ val orxFeatures = setOf<String>(
// "orx-time-operators",
// "orx-timer",
// "orx-triangulation",
// "orx-video-profiles",
"orx-video-profiles",
"orx-view-box",
)
/** ## additional ORML features to be added to this project */