[orx-gui] Make WindowedGUI compatible with orx-olive

This commit is contained in:
Edwin Jakobs
2024-05-15 13:03:31 +02:00
parent 08da253a8a
commit fe69825343
2 changed files with 44 additions and 12 deletions

View File

@@ -9,6 +9,7 @@ dependencies {
api(project(":orx-jvm:orx-panel"))
api(project(":orx-noise"))
demoImplementation(project(":orx-property-watchers"))
implementation(libs.kotlin.coroutines)
implementation(libs.openrndr.application)
implementation(libs.openrndr.math)
implementation(libs.openrndr.filter)