Updated info, added xxhash

master
Robinson 2023-07-02 20:56:40 +02:00
parent 07ed93d164
commit 525edc1b35
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,7 @@ plugins {
object Extras {
// set for the project
const val description = "Byte manipulation and Unsigned Number Utilities"
const val description = "Byte manipulation and SHA/xxHash utilities"
const val group = "com.dorkbox"
const val version = "1.9"
@ -105,6 +105,7 @@ dependencies {
compileOnly("io.netty:netty-buffer:4.1.93.Final")
compileOnly("com.esotericsoftware:kryo:5.5.0")
compileOnly("org.lwjgl:lwjgl-xxhash:3.3.2")
testImplementation("io.netty:netty-buffer:4.1.93.Final")
testImplementation("com.esotericsoftware:kryo:5.5.0")