Use openrndr-dependency-catalog and openrndr-module-catalog to resolve dependencies. Publish orx-module-catalog (#374)

This commit is contained in:
Edwin Jakobs
2025-09-13 00:54:51 -07:00
committed by GitHub
parent 4ddb73a596
commit a913f3f370
72 changed files with 407 additions and 304 deletions

View File

@@ -3,7 +3,7 @@ plugins {
}
dependencies {
implementation(libs.openrndr.application)
implementation(libs.openrndr.math)
implementation(openrndr.application)
implementation(openrndr.math)
implementation(project(":orx-parameters"))
}