Update to 0.4.5-alpha3, remove openrndr-svg

Add orx-svg and orx-composition
This commit is contained in:
Abe Pazos
2024-04-24 08:35:35 +02:00
parent 8c2f9c0ec6
commit 5b2634fdd1
2 changed files with 5 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ val orxFeatures = setOf<String>(
"orx-camera", "orx-camera",
// "orx-chataigne", // "orx-chataigne",
"orx-color", "orx-color",
//// "orx-composition", // "orx-composition",
"orx-compositor", "orx-compositor",
// "orx-compute-graph", // "orx-compute-graph",
// "orx-compute-graph-nodes", // "orx-compute-graph-nodes",
@@ -60,7 +60,7 @@ val orxFeatures = setOf<String>(
"orx-shade-styles", "orx-shade-styles",
// "orx-shader-phrases", // "orx-shader-phrases",
"orx-shapes", "orx-shapes",
//// "orx-svg", // "orx-svg",
// "orx-syphon", // "orx-syphon",
// "orx-temporal-blur", // "orx-temporal-blur",
// "orx-tensorflow", // "orx-tensorflow",
@@ -302,7 +302,6 @@ class Openrndr {
implementation(openrndr("openal")) implementation(openrndr("openal"))
runtimeOnly(openrndrNatives("openal")) runtimeOnly(openrndrNatives("openal"))
implementation(openrndr("application")) implementation(openrndr("application"))
implementation(openrndr("svg"))
implementation(openrndr("animatable")) implementation(openrndr("animatable"))
implementation(openrndr("extensions")) implementation(openrndr("extensions"))
implementation(openrndr("filter")) implementation(openrndr("filter"))

View File

@@ -1,8 +1,8 @@
[versions] [versions]
kotlin = "1.9.23" kotlin = "1.9.23"
openrndr = "0.4.5-alpha2" openrndr = "0.4.5-alpha3"
orx = "0.4.5-alpha2" orx = "0.4.5-alpha3"
orsl = "0.4.5-alpha2" orsl = "0.4.5-alpha3"
orml = "0.4.1" orml = "0.4.1"
slf4j = "2.0.13" slf4j = "2.0.13"