Files
libGDX-tutorial/build.json
T
2021-08-22 14:56:02 +07:00

11 lines
261 B
JSON

{
"platform": "windows64",
"jdk": "C:\\Program Files\\Eclipse Foundation\\jdk-11.0.12.7-hotspot",
"executable": "Drop",
"classpath": [
"desktop\\build\\libs\\desktop-1.0.jar"
],
"mainclass": "com.badlogic.drop.Drop",
"output": "out-windows"
}