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