Added a way of just running the config ui by itself so I can do quicker tests
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
Submodule coreSubProjects updated: 905e73fd1c...825c72d572
Reference in New Issue
Block a user