bytecode v25

This commit is contained in:
Gregor Lohaus
2026-05-29 12:29:36 +02:00
parent 482305a1af
commit d558d554b3
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
Java FFM bindings for Ghostty's `libghostty-vt`.
This project targets Java 22+ and uses `java.lang.foreign`, not JNI. The build is Nix-first, but the output is a normal Maven repository that can be consumed from Gradle.
This project targets Java 25+ and uses `java.lang.foreign`, not JNI. The build is Nix-first, but the output is a normal Maven repository that can be consumed from Gradle.
Ghostty's C API is still evolving upstream, so the ergonomic Java API is intentionally focused on the parts needed to embed the VT parser and renderer state in Java applications. The raw native symbol surface is still available through `GhosttyNative`.