Skip to content

Commit 16534ec

Browse files
committed
Added legui and updated libraries to 3.3.3 in preparation for the future.
1 parent 185ca07 commit 16534ec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+414
-22758
lines changed

build.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

4445
dependencies {
@@ -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

src/library/java/gg/generations/rarecandy/assimp/AIAABB.java

Lines changed: 0 additions & 304 deletions
This file was deleted.

0 commit comments

Comments
 (0)