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

Loading…
Cancel
Save