Fixed playground dependencies

This commit is contained in:
Pazaz 2022-04-27 11:19:51 -04:00
parent aaf21d8d4c
commit 1523a94221

View file

@ -16,12 +16,7 @@ tasks.withType(JavaCompile) {
}
dependencies {
compileOnly project(':deob-annotations')
implementation project(':signlink')
implementation project(':client') // TODO: abstract client/engine code
implementation 'lib:gluegen-rt'
implementation 'lib:jogl-all'
}
jar {