Skip to content

Commit f6f1e9f

Browse files
committed
[orx-module-catalog] Fix typos in modules, add basic bundle
1 parent 3861d02 commit f6f1e9f

1 file changed

Lines changed: 29 additions & 5 deletions

File tree

orx-module-catalog/build.gradle.kts

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ plugins {
55

66
catalog {
77
versionCatalog {
8-
library("camera", "org.openrnd.extra:orx-camera:$version")
9-
library("color", "org.openrnd.extra:orx-color:$version")
8+
library("camera", "org.openrndr.extra:orx-camera:$version")
9+
library("color", "org.openrndr.extra:orx-color:$version")
1010
library("composition", "org.openrndr.extra:orx-composition:$version")
1111
library("compositor", "org.openrndr.extra:orx-compositor:$version")
1212
library("delegate-magic", "org.openrndr.extra:orx-delegate-magic:$version")
1313
library("depth-camera", "org.openrndr.extra:orx-depth-camera:$version")
1414
library("easing", "org.openrndr.extra:orx-easing:$version")
1515
library("envelopes", "org.openrndr.extra:orx-envelopes:$version")
16-
library("expression-evaluator","org.openrndr.extra:orx-expression-evaluator:$version")
17-
library("expression-evaluator-typed","org.openrndr.extra:orx-expression-evaluator-typed:$version")
16+
library("expression-evaluator", "org.openrndr.extra:orx-expression-evaluator:$version")
17+
library("expression-evaluator-typed", "org.openrndr.extra:orx-expression-evaluator-typed:$version")
1818
library("fcurve", "org.openrndr.extra:orx-fcurve:$version")
1919
library("fft", "org.openrndr.extra:orx-fft:$version")
2020
library("fx", "org.openrndr.extra:orx-fx:$version")
@@ -38,7 +38,7 @@ catalog {
3838
library("kotlin-parser", "org.openrndr.extra:orx-kotlin-parser:$version")
3939
library("midi", "org.openrndr.extra:orx-midi:$version")
4040
library("minim", "org.openrndr.extra:orx-minim:$version")
41-
library("olive", "org.openrndr.extra.olive:orx-live:$version")
41+
library("olive", "org.openrndr.extra:orx-olive:$version")
4242
library("osc", "org.openrndr.extra:orx-osc:$version")
4343
library("panel", "org.openrndr.extra:orx-panel:$version")
4444
library("poisson-fill", "org.openrndr.extra:orx-poisson-fill:$version")
@@ -72,6 +72,30 @@ catalog {
7272
library("triangulation", "org.openrndr.extra:orx-triangulation:$version")
7373
library("turtle", "org.openrndr.extra:orx-turtle:$version")
7474
library("view-box", "org.openrndr.extra:orx-view-box:$version")
75+
76+
bundle(
77+
"basic",
78+
listOf(
79+
"camera",
80+
"color",
81+
"composition",
82+
"compositor",
83+
"fx",
84+
"image-fit",
85+
"panel",
86+
"video-profiles",
87+
"math",
88+
"mesh-generators",
89+
"no-clear",
90+
"noise",
91+
"shade-styles",
92+
"shader-phrases",
93+
"shapes",
94+
"svg",
95+
"text-on-contour",
96+
"text-writer"
97+
)
98+
)
7599
}
76100
}
77101

0 commit comments

Comments
 (0)