Browse Source

Change list of default orxFeatures

master
Edwin Jakobs 3 years ago
parent
commit
e507fb7b35
  1. 5
      build.gradle.kts

5
build.gradle.kts

@ -14,7 +14,7 @@ val orxFeatures = setOf(
// "orx-boofcv", // "orx-boofcv",
// "orx-camera", // "orx-camera",
// "orx-chataigne", // "orx-chataigne",
// "orx-color", "orx-color",
"orx-compositor", "orx-compositor",
// "orx-dnk3", // "orx-dnk3",
// "orx-easing", // "orx-easing",
@ -23,6 +23,7 @@ val orxFeatures = setOf(
"orx-fx", "orx-fx",
// "orx-glslify", // "orx-glslify",
// "orx-gradient-descent", // "orx-gradient-descent",
"orx-git-archiver",
"orx-gui", "orx-gui",
"orx-image-fit", "orx-image-fit",
// "orx-integral-image", // "orx-integral-image",
@ -48,7 +49,7 @@ val orxFeatures = setOf(
// "orx-runway", // "orx-runway",
"orx-shade-styles", "orx-shade-styles",
// "orx-shader-phrases", // "orx-shader-phrases",
// "orx-shapes", "orx-shapes",
// "orx-syphon", // "orx-syphon",
// "orx-temporal-blur", // "orx-temporal-blur",
// "orx-tensorflow", // "orx-tensorflow",

Loading…
Cancel
Save