Reduce duplication in orx build scripts. (#240)

Co-authored-by: hamoid <abe@hamoid.com>
This commit is contained in:
Vechro
2022-06-19 09:06:16 +03:00
committed by GitHub
parent 88719292e9
commit 9f7a4899fa
74 changed files with 646 additions and 812 deletions

View File

@@ -1,5 +1,5 @@
dependencies {
implementation "org.openrndr:openrndr-application:$openrndrVersion"
implementation "org.openrndr:openrndr-gl3:$openrndrVersion"
implementation "org.openrndr:openrndr-gl3-natives-macos:$openrndrVersion"
implementation libs.openrndr.application
implementation libs.openrndr.gl3
implementation libs.openrndr.gl3.natives
}