Move Panel into orx-panel

This commit is contained in:
Edwin Jakobs
2020-03-26 11:50:19 +01:00
parent 3f76e9fd3d
commit 0eab156b7c
34 changed files with 4214 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
dependencies {
api project(":orx-parameters")
api "org.openrndr.panel:openrndr-panel:$panelVersion"
api project(":orx-panel")
implementation "org.openrndr:openrndr-dialogs:$openrndrVersion"
implementation "com.google.code.gson:gson:$gsonVersion"
}