Browse Source

Add missing orx to build.gradle.kts, null as trailing comma (#16)

master
Abe Pazos 4 years ago
committed by GitHub
parent
commit
495078a419
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 21
      build.gradle.kts

21
build.gradle.kts

@ -14,11 +14,11 @@ val orxFeatures = setOf(
// "orx-boofcv", // "orx-boofcv",
// "orx-camera", // "orx-camera",
// "orx-chataigne", // "orx-chataigne",
// "orx-color",
"orx-compositor", "orx-compositor",
// "orx-dnk3", // "orx-dnk3",
// "orx-easing", // "orx-easing",
// "orx-file-watcher", // "orx-file-watcher",
// "orx-parameters",
// "orx-filter-extension", // "orx-filter-extension",
"orx-fx", "orx-fx",
// "orx-glslify", // "orx-glslify",
@ -29,6 +29,9 @@ val orxFeatures = setOf(
// "orx-interval-tree", // "orx-interval-tree",
// "orx-jumpflood", // "orx-jumpflood",
// "orx-kdtree", // "orx-kdtree",
// "orx-keyframer",
// "orx-kinect-v1",
// "orx-kotlin-parser",
// "orx-mesh-generators", // "orx-mesh-generators",
// "orx-midi", // "orx-midi",
// "orx-no-clear", // "orx-no-clear",
@ -37,20 +40,24 @@ val orxFeatures = setOf(
"orx-olive", "orx-olive",
// "orx-osc", // "orx-osc",
// "orx-palette", // "orx-palette",
"orx-panel",
// "orx-parameters",
// "orx-poisson-fill", // "orx-poisson-fill",
// "orx-rabbit-control, // "orx-rabbit-control",
// "orx-realsense2",
// "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-time-operators",
// "orx-kinect-v1",
// "orx-tensorflow", // "orx-tensorflow",
// "orx-time-operators",
"orx-panel" // "orx-timer",
) // "orx-triangulation",
// "orx-video-profiles",
null
).filterNotNull()
val ormlFeatures = setOf<String>( val ormlFeatures = setOf<String>(
// "orml-blazepose", // "orml-blazepose",

Loading…
Cancel
Save