Migrate to Kotlin DSL build scripts (#243)

This commit is contained in:
Vechro
2022-06-30 18:51:09 +03:00
committed by GitHub
parent f0256aec7a
commit 48781ca314
66 changed files with 235 additions and 237 deletions

View File

@@ -24,7 +24,7 @@ dependencies {
demoImplementation(libs.openrndr.extensions)
demoRuntimeOnly(libs.slf4j.simple)
demoRuntimeOnly(libs.openrndr.gl3)
demoRuntimeOnly(libs.openrndr.gl3.core)
demoRuntimeOnly(libs.openrndr.gl3.natives)
demoImplementation(sourceSets.getByName("main").output)
}