initial commit

This commit is contained in:
Quillraven
2025-05-24 16:06:38 +02:00
commit 3398b64a03
100 changed files with 1977 additions and 0 deletions

8
settings.gradle Normal file
View File

@@ -0,0 +1,8 @@
plugins {
// Applies the foojay-resolver plugin to allow automatic download of JDKs.
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
}
// A list of which subprojects to load as part of the same larger project.
// You can remove Strings from the list and reload the Gradle project
// if you want to temporarily disable a subproject.
include 'core', 'lwjgl3', 'util'