diff --git a/build.gradle b/build.gradle index 22c69de..fb3b7cf 100644 --- a/build.gradle +++ b/build.gradle @@ -26,6 +26,7 @@ javafx { gluonfx { compilerArgs += [ + '-H:+UnlockExperimentalVMOptions', '-H:+ForeignAPISupport', '--enable-native-access=ALL-UNNAMED', "-H:ConfigurationFileDirectories=${file('src/main/resources/META-INF/native-image/dev.jlibghostty/jlibghostty').absolutePath}".toString() diff --git a/flake.lock b/flake.lock index cbf1480..f074b84 100644 --- a/flake.lock +++ b/flake.lock @@ -70,11 +70,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1780038970, - "narHash": "sha256-ZTEW27CZ5movhriVGLNGN6v6Tqmfj9zSvup4XHduba4=", + "lastModified": 1780043504, + "narHash": "sha256-AyyfTWcVLfq6e707oi95y/yWp3PnaBkeb6jYE1BspjI=", "ref": "refs/heads/main", - "rev": "eeac1d20d658bc7508eda18afc4a51c8b859559a", - "revCount": 15, + "rev": "482305a1af38e84f075e75984923c4c885cabcc5", + "revCount": 16, "type": "git", "url": "https://gitea.gregorlohaus.com/gregor/jlibghostty.git" },