Browse Source
Merge pull request #6 from ricardomatias/patch-1
Add orx-time-operators
master
Edwin Jakobs
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
build.gradle.kts
|
@ -41,6 +41,7 @@ val orxFeatures = setOf( |
|
|
// "orx-shapes", |
|
|
// "orx-shapes", |
|
|
// "orx-syphon", |
|
|
// "orx-syphon", |
|
|
// "orx-temporal-blur", |
|
|
// "orx-temporal-blur", |
|
|
|
|
|
// "orx-time-operators, |
|
|
// "orx-kinect-v1", |
|
|
// "orx-kinect-v1", |
|
|
"orx-panel" |
|
|
"orx-panel" |
|
|
) |
|
|
) |
|
|