1//! Native libghostty terminal component for GPUI.
2//!
3//! The renderer currently uses Ghostty's macOS Metal surface API. Other targets
4//! compile, but [`Terminal::spawn`] returns an unsupported-platform error.
56mod native;
7mod terminal;
89pub use terminal::{Terminal, TerminalOptions};