8 lines
197 B
Plaintext
8 lines
197 B
Plaintext
plugins {
|
|
id("org.openrndr.extra.convention.kotlin-jvm")
|
|
}
|
|
dependencies {
|
|
api(project(":orx-depth-camera"))
|
|
implementation(openrndr.application.core)
|
|
implementation(openrndr.math)
|
|
} |