Add missing orx to build.gradle.kts, null as trailing comma (#16)
This commit is contained in:
@@ -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-tensorflow",
|
||||||
// "orx-time-operators",
|
// "orx-time-operators",
|
||||||
// "orx-kinect-v1",
|
// "orx-timer",
|
||||||
// "orx-tensorflow",
|
// "orx-triangulation",
|
||||||
|
// "orx-video-profiles",
|
||||||
"orx-panel"
|
null
|
||||||
)
|
).filterNotNull()
|
||||||
|
|
||||||
val ormlFeatures = setOf<String>(
|
val ormlFeatures = setOf<String>(
|
||||||
// "orml-blazepose",
|
// "orml-blazepose",
|
||||||
|
|||||||
Reference in New Issue
Block a user