@@ -39,6 +39,7 @@ repositories {
3939 mavenLocal()
4040 maven(" https://jitpack.io" )
4141 maven(" https://maven.generations.gg/releases" )
42+ maven(" https://raw.github.com/SpinyOwl/repo/releases" )
4243}
4344
4445dependencies {
@@ -52,12 +53,12 @@ dependencies {
5253 " shadow" (implementation(" org.apache.commons" , " commons-compress" , " 1.26.1" ))
5354 " shadowTools" (implementation(" org.joml" , " joml" , " 1.10.5" ))
5455
55- " shadowTools" (implementation(platform(" org.lwjgl:lwjgl-bom:3.3.2 " ))!! )
56+ " shadowTools" (implementation(platform(" org.lwjgl:lwjgl-bom:3.3.3 " ))!! )
5657 " shadowTools" (implementation(" org.lwjgl" , " lwjgl" ))
5758 " shadowTools" (implementation(" org.lwjgl" , " lwjgl-glfw" ))
5859 " shadowTools" (implementation(" org.lwjgl" , " lwjgl-opengl" ))
5960 " shadowTools" (implementation(" org.lwjgl" , " lwjgl-stb" ))
60- " shadow" (implementation(" org.lwjgl" , " lwjgl-assimp" , " 3.3.2 " )) // Only now just to keep assimp native from complaining
61+ " shadow" (implementation(" org.lwjgl" , " lwjgl-assimp" , " 3.3.3 " )) // Only now just to keep assimp native from complaining
6162 " shadow" (implementation(" com.github.thecodewarrior" , " BinarySMD" , " -SNAPSHOT" ))
6263 " shadow" (implementation(" org.msgpack" , " msgpack-core" , " 0.8.17" ))
6364 " shadowTools" (implementation(fileTree(mapOf (" dir" to " libs" , " include" to " *.jar" )))!! )
@@ -82,7 +83,7 @@ dependencies {
8283 " shadowTools" (implementation(" com.github.weisj:darklaf-core:3.0.2" )!! )
8384 " shadowTools" (implementation(" com.intellij:forms_rt:7.0.3" )!! )
8485 " shadowTools" (implementation(" org.lwjgl" , " lwjgl-nfd" ))
85- " shadowTools" (implementation(" org.lwjglx " , " lwjgl3-awt " , " 0.1.8 " ))
86+ " shadowTools" (implementation(" com.spinyowl " , " legui " , " 4.2.0 " ))
8687
8788 " shadow" (implementation(" com.google.flatbuffers:flatbuffers-java:23.5.26" )!! )
8889
0 commit comments