[orx-boofcv] Fix DemoSimplified01.kt

This commit is contained in:
Edwin Jakobs
2024-01-14 10:08:16 +01:00
parent 7f26f5e5de
commit bec51b9e31
2 changed files with 4 additions and 4 deletions

View File

@@ -5,5 +5,6 @@ plugins {
dependencies {
implementation(libs.openrndr.application)
implementation(libs.openrndr.math)
demoImplementation(project(":orx-shapes"))
api(libs.boofcv)
}