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

@@ -13,7 +13,7 @@ dependencies {
implementation libs.gson
demoImplementation(libs.openrndr.application)
demoRuntimeOnly(libs.openrndr.gl3)
demoRuntimeOnly(libs.openrndr.gl3.core)
demoRuntimeOnly(libs.openrndr.gl3.natives)
demoRuntimeOnly(libs.openrndr.extensions)
demoImplementation(libs.openrndr.ffmpeg)