gpui-libghostty 0.1.2

Native libghostty terminal component for GPUI
Documentation
1
2
3
4
5
6
7
8
9
//! Native libghostty terminal component for GPUI.
//!
//! The renderer currently uses Ghostty's macOS Metal surface API. Other targets
//! compile, but [`Terminal::spawn`] returns an unsupported-platform error.

mod native;
mod terminal;

pub use terminal::{Terminal, TerminalOptions};