More work on the rewrite

This commit is contained in:
2026-08-05 17:15:58 +02:00
parent 060f5e534c
commit 9362707ccc
45 changed files with 2647 additions and 277 deletions
+20 -8
View File
@@ -12,22 +12,34 @@
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/assets" path="src/assets/java">
<attributes>
<attribute name="gradle_scope" value="assets"/>
<attribute name="gradle_used_by_scope" value="main,test,assets,graphics,gui"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/events" path="src/events/java">
<attributes>
<attribute name="gradle_scope" value="events"/>
<attribute name="gradle_used_by_scope" value="main,test,assets,events,graphics,gui"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/graphics" path="src/graphics/java">
<attributes>
<attribute name="gradle_scope" value="graphics"/>
<attribute name="gradle_used_by_scope" value="graphics"/>
<attribute name="gradle_used_by_scope" value="main,test,graphics,gui"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/gui" path="src/gui/java">
<attributes>
<attribute name="gradle_scope" value="gui"/>
<attribute name="gradle_used_by_scope" value="main,test,gui"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/math" path="src/math/java">
<attributes>
<attribute name="gradle_scope" value="math"/>
<attribute name="gradle_used_by_scope" value="main,graphics,math"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/assets" path="src/assets/java">
<attributes>
<attribute name="gradle_scope" value="assets"/>
<attribute name="gradle_used_by_scope" value="assets"/>
<attribute name="gradle_used_by_scope" value="main,test,graphics,gui,math"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-25/"/>