From abf5ec313aee2c288c6f5e5065b2da334768c985 Mon Sep 17 00:00:00 2001 From: coolGi Date: Mon, 19 Sep 2022 19:20:50 +0930 Subject: [PATCH] Added a way of just running the config ui by itself so I can do quicker tests --- build.gradle | 26 ++++++++++++++++++++++++++ coreSubProjects | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3b1e1f0dc..b98b9da08 100644 --- a/build.gradle +++ b/build.gradle @@ -345,6 +345,32 @@ allprojects { p -> } } + + // Only uncomment this when testing stuff with lwjgl in the core jar +// if (p == project(":core")) { +// dependencies { +// project.ext.lwjglNatives = "natives-linux" +// +// implementation platform("org.lwjgl:lwjgl-bom:3.3.0") +// +// implementation "org.lwjgl:lwjgl" +// implementation "org.lwjgl:lwjgl-assimp" +// implementation "org.lwjgl:lwjgl-glfw" +// implementation "org.lwjgl:lwjgl-openal" +// implementation "org.lwjgl:lwjgl-opengl" +// implementation "org.lwjgl:lwjgl-stb" +// implementation "org.lwjgl:lwjgl-tinyfd" +// runtimeOnly "org.lwjgl:lwjgl::$lwjglNatives" +// runtimeOnly "org.lwjgl:lwjgl-assimp::$lwjglNatives" +// runtimeOnly "org.lwjgl:lwjgl-glfw::$lwjglNatives" +// runtimeOnly "org.lwjgl:lwjgl-openal::$lwjglNatives" +// runtimeOnly "org.lwjgl:lwjgl-opengl::$lwjglNatives" +// runtimeOnly "org.lwjgl:lwjgl-stb::$lwjglNatives" +// runtimeOnly "org.lwjgl:lwjgl-tinyfd::$lwjglNatives" +// implementation "org.joml:joml:1.10.2" +// } +// } + // Put stuff from gradle.properties into the mod info processResources { def resourceTargets = ["fabric.mod.json", "META-INF/mods.toml"] // Location of where to put diff --git a/coreSubProjects b/coreSubProjects index 905e73fd1..825c72d57 160000 --- a/coreSubProjects +++ b/coreSubProjects @@ -1 +1 @@ -Subproject commit 905e73fd1c8101c1b01f546543724ba1a59e96df +Subproject commit 825c72d5726e5fce0f63c99f6a3f69e41cee5ac9