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

Loading…
Cancel
Save