-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
61 lines (61 loc) · 3.85 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry including="**/*.java" kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="vendor/gson-2.10.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-glfw.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-glfw-javadoc.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-glfw-natives-windows.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-glfw-sources.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-javadoc.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-lz4.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-lz4-javadoc.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-lz4-natives-windows.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-lz4-sources.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-natives-windows.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-openal.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-openal-javadoc.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-openal-natives-windows.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-openal-sources.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-opengl.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-opengl-javadoc.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-opengl-natives-windows.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-opengl-sources.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-sources.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-stb.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-stb-javadoc.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-stb-natives-windows.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/lwjgl-stb-sources.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/vtd-xml_2.13_4.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/imgui-app-1.86.7.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/imgui-app-1.86.7-javadoc.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/imgui-app-1.86.7-sources.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/imgui-binding-1.86.7.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/imgui-binding-1.86.7-javadoc.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/imgui-binding-1.86.7-sources.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/imgui-lwjgl3-1.86.7.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/imgui-lwjgl3-1.86.7-javadoc.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/imgui-lwjgl3-1.86.7-sources.jar"/>
<classpathentry exported="true" kind="lib" path="vendor/luaj-jse-3.0.2.jar"/>
<classpathentry kind="src" path=".apt_generated">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>