Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions package/verification-template/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ dependencies {
thirdParty "org.lwjgl:lwjgl::natives-$platform"
thirdParty "org.lwjgl:lwjgl-opengl::natives-$platform"
}
thirdParty("org.lwjgl:lwjgl-vulkan:3.3.6") {
because "osrs-tracker"
}
thirdParty("org.java-websocket:Java-WebSocket:1.5.6") {
because "wikisync"
because "osrs-archipelago"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1374,6 +1374,14 @@
<sha256 value="2b9adc02fec160e08827c4b1c5e687ce6b7ae3141f7741f2d1d015039a156687" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.lwjgl" name="lwjgl-vulkan" version="3.3.6">
<artifact name="lwjgl-vulkan-3.3.6.jar">
<sha256 value="07501098acdfe784f55f4f5ea2e99e33e89a1d18128ddbcd41571434b5e848e4" origin="Generated by Gradle"/>
</artifact>
<artifact name="lwjgl-vulkan-3.3.6.pom">
<sha256 value="929da381780dfe57887826e28dcf07c76677dc7d357af5ec9bd66baac7a835a2" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.mongodb" name="bson" version="4.2.0">
<artifact name="bson-4.2.0.jar">
<sha256 value="a21917b7027a7a0a8ac8b1731fffcb81193905def4377d5dc10cd2cf3841d995" origin="Generated by Gradle"/>
Expand Down
3 changes: 2 additions & 1 deletion plugins/osrs-tracker
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
repository=https://github.com/dennisdevulder/osrs-tracker-plugin.git
commit=6c0b8c0596d93885c4efd74188295fd6c6bb7512
commit=c4851ded1b5edccb12ae92435f35618904e57f23
authors=Dennis De Vulder
warning=This plugin submits your IP address, RSN, and comprehensive records and screen recordings of your account activity to a 3rd-party server not controlled or verified by Runelite developers.
Loading