Fast-forward master to working and delete working #1

Merged
AMNatty merged 29 commits from working into master 2022-04-06 09:04:32 +00:00
2 changed files with 6 additions and 4 deletions
Showing only changes of commit d9e647f91c - Show all commits

View File

@ -5,8 +5,11 @@ description = ""
dependencies {
api platform("org.lwjgl:lwjgl-bom:$lwjglVersion")
api "commons-io:commons-io:2.6"
api "com.google.code.findbugs:jsr305:3.0.2"
api "com.google.code.gson:gson:2.8.5"
api "com.google.guava:guava:28.0-jre"
api "org.apache.commons:commons-lang3:3.9"
api "org.joml:joml:${jomlVersion}"
api "commons-io:commons-io:2.6"
api "org.apache.commons:commons-lang3:3.11"
}

View File

@ -14,7 +14,6 @@ dependencies {
runtimeOnly "org.lwjgl:lwjgl-opengl::$lwjglNatives"
runtimeOnly "org.lwjgl:lwjgl-stb::$lwjglNatives"
api "org.joml:joml:${jomlVersion}"
api "com.code-disaster.steamworks4j:steamworks4j:${steamworks4jVersion}"
api "com.code-disaster.steamworks4j:steamworks4j-server:${steamworks4jServerVersion}"
}