Add orx-view-box to multi platform projects

This commit is contained in:
Edwin Jakobs
2022-12-05 22:47:47 +01:00
parent f849bb8e12
commit 4c6ab148d9

View File

@@ -27,7 +27,8 @@ def multiplatformModules = [
"orx-quadtree", "orx-quadtree",
"orx-hash-grid", "orx-hash-grid",
"orx-depth-camera", "orx-depth-camera",
"orx-triangulation" "orx-triangulation",
"orx-view-box"
] ]
def doNotPublish = ["openrndr-demos"] def doNotPublish = ["openrndr-demos"]