Use openrndr-dependency-catalog and openrndr-module-catalog to resolve dependencies. Publish orx-module-catalog (#374)
This commit is contained in:
@@ -6,9 +6,9 @@ kotlin {
|
||||
sourceSets {
|
||||
val commonMain by getting {
|
||||
dependencies {
|
||||
api(libs.openrndr.application)
|
||||
api(libs.openrndr.math)
|
||||
api(libs.openrndr.shape)
|
||||
api(openrndr.application)
|
||||
api(openrndr.math)
|
||||
api(openrndr.shape)
|
||||
api(project(":orx-mesh"))
|
||||
implementation(project(":orx-noise"))
|
||||
}
|
||||
@@ -16,7 +16,7 @@ kotlin {
|
||||
|
||||
val jvmDemo by getting {
|
||||
dependencies {
|
||||
api(libs.openrndr.shape)
|
||||
api(openrndr.shape)
|
||||
implementation(project(":orx-shapes"))
|
||||
implementation(project(":orx-mesh"))
|
||||
implementation(project(":orx-mesh-generators"))
|
||||
|
||||
Reference in New Issue
Block a user