Finished the reworking of the Asset Manager

This commit is contained in:
2026-07-09 13:54:58 +02:00
parent 09874d1b8a
commit 641f19dd67
24 changed files with 1147 additions and 79 deletions
+1
View File
@@ -77,6 +77,7 @@ dependencies {
implementation "org.lwjgl:lwjgl-freetype::$lwjglNatives"
implementation "org.lwjgl:lwjgl-harfbuzz::$lwjglNatives"
implementation "org.lwjgl:lwjgl-nanovg::$lwjglNatives"
implementation "org.jspecify:jspecify:1.0.0"
//Gson
implementation 'com.google.code.gson:gson:2.8.6'