mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-05 15:58:14 +07:00
Added features that don't work
This commit is contained in:
@ -155,6 +155,7 @@ project(":desktop"){
|
||||
|
||||
compile "com.github.Anuken:steamworks4j:$steamworksVersion"
|
||||
compile "org.graalvm.js:js:19.3.0"
|
||||
compile "org.graalvm.sdk:graal-sdk:19.3.0"
|
||||
|
||||
compile arcModule("backends:backend-sdl")
|
||||
compile 'com.github.MinnDevelopment:java-discord-rpc:v2.0.1'
|
||||
|
@ -24,6 +24,7 @@ public class GraalScripts extends Scripts{
|
||||
hb.denyAccess(c);
|
||||
}
|
||||
builder.allowHostAccess(hb.build());
|
||||
builder.allowExperimentalOptions(true).option("js.syntax-extensions", "true");
|
||||
|
||||
context = builder.build();
|
||||
wrapper = Core.files.internal("scripts/wrapper.js").readString();
|
||||
|
Reference in New Issue
Block a user