client: Remove GPU dependencies
This commit is contained in:
@@ -63,8 +63,6 @@ dependencies {
|
||||
implementation(group = "net.sf.jopt-simple", name = "jopt-simple", version = "5.0.4")
|
||||
implementation(group = "org.apache.commons", name = "commons-text", version = "1.8")
|
||||
implementation(group = "org.jetbrains", name = "annotations", version = "19.0.0")
|
||||
implementation(group = "net.runelite.gluegen", name = "gluegen-rt", version = "2.4.0-rc-20200429")
|
||||
implementation(group = "net.runelite.jogl", name = "jogl-all", version = "2.4.0-rc-20200429")
|
||||
implementation(group = "org.jooq", name = "jooq", version = "3.13.1")
|
||||
implementation(group = "org.jooq", name = "jooq-codegen", version = "3.13.1")
|
||||
implementation(group = "org.jooq", name = "jooq-meta", version = "3.13.1")
|
||||
@@ -78,14 +76,6 @@ dependencies {
|
||||
implementation(project(":http-api"))
|
||||
|
||||
runtimeOnly(group = "org.pushing-pixels", name = "radiance-trident", version = "2.5.1")
|
||||
runtimeOnly(group = "net.runelite.gluegen", name = "gluegen-rt", version = "2.4.0-rc-20200429", classifier = "natives-linux-amd64")
|
||||
runtimeOnly(group = "net.runelite.gluegen", name = "gluegen-rt", version = "2.4.0-rc-20200429", classifier = "natives-windows-amd64")
|
||||
runtimeOnly(group = "net.runelite.gluegen", name = "gluegen-rt", version = "2.4.0-rc-20200429", classifier = "natives-windows-i586")
|
||||
runtimeOnly(group = "net.runelite.gluegen", name = "gluegen-rt", version = "2.4.0-rc-20200429", classifier = "natives-macosx-universal")
|
||||
runtimeOnly(group = "net.runelite.jogl", name = "jogl-all", version = "2.4.0-rc-20200429", classifier = "natives-linux-amd64")
|
||||
runtimeOnly(group = "net.runelite.jogl", name = "jogl-all", version = "2.4.0-rc-20200429", classifier = "natives-windows-amd64")
|
||||
runtimeOnly(group = "net.runelite.jogl", name = "jogl-all", version = "2.4.0-rc-20200429", classifier = "natives-windows-i586")
|
||||
runtimeOnly(group = "net.runelite.jogl", name = "jogl-all", version = "2.4.0-rc-20200429", classifier = "natives-macosx-universal")
|
||||
runtimeOnly(project(":injected-client"))
|
||||
runtimeOnly(project(":runescape-api"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user