Reflect changes in openrndr (#377)

This commit is contained in:
Edwin Jakobs
2025-09-19 21:17:24 -07:00
committed by GitHub
parent d4d6982ffb
commit f836d86857
61 changed files with 65 additions and 65 deletions

View File

@@ -3,12 +3,12 @@ plugins {
}
dependencies {
implementation(openrndr.application)
implementation(openrndr.application.core)
implementation(openrndr.math)
implementation(project(":orx-jvm:orx-kinect-v1"))
implementation(project(":orx-jvm:orx-depth-camera-calibrator"))
implementation(project(":orx-fx"))
implementation(project(":orx-jvm:orx-gui"))
runtimeOnly(project(":orx-jvm:orx-kinect-v1"))
runtimeOnly(openrndr.gl3)
runtimeOnly(openrndr.application.glfw)
}