From bb523a640e9aeac8c4e1c3589bcb468a2b829f9f Mon Sep 17 00:00:00 2001 From: Max Weber Date: Wed, 15 Jun 2022 19:59:06 -0600 Subject: [PATCH] update gpu-experimental to 1.4.0 --- package/verification-template/build.gradle | 10 ++++ .../gradle/verification-metadata.xml | 53 ++++++++++++++++++- plugins/gpu-experimental | 4 +- 3 files changed, 64 insertions(+), 3 deletions(-) diff --git a/package/verification-template/build.gradle b/package/verification-template/build.gradle index bb3a82771..b1e3917dd 100644 --- a/package/verification-template/build.gradle +++ b/package/verification-template/build.gradle @@ -94,6 +94,16 @@ dependencies { because "dps-calculator" exclude group: 'com.google.inject' } + + thirdParty platform("org.lwjgl:lwjgl-bom:3.3.1") { + because "gpu-experimental" + } + thirdParty "org.lwjgl:lwjgl" + thirdParty "org.lwjgl:lwjgl-opengl" + ["linux", "macos", "macos-arm64", "windows-x86", "windows"].each { platform -> + thirdParty "org.lwjgl:lwjgl::natives-$platform" + thirdParty "org.lwjgl:lwjgl-opengl::natives-$platform" + } } task verifyCore { diff --git a/package/verification-template/gradle/verification-metadata.xml b/package/verification-template/gradle/verification-metadata.xml index d43f73f83..1cb722e4e 100644 --- a/package/verification-template/gradle/verification-metadata.xml +++ b/package/verification-template/gradle/verification-metadata.xml @@ -5,8 +5,8 @@ false - + @@ -781,6 +781,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/gpu-experimental b/plugins/gpu-experimental index 8b741d762..cc9b1d8e1 100644 --- a/plugins/gpu-experimental +++ b/plugins/gpu-experimental @@ -1,2 +1,2 @@ -repository=https://github.com/Adam-/runelite-plugins.git -commit=03966b3c4b5ef42805fd98009f9c728773251b68 +repository=https://github.com/abextm/runelite-plugins.git +commit=b6af1c698066b4b47b3c25b78a245f7929c83102