vtcode-ghostty-core 0.123.2

Pure-Rust VT terminal emulator core for VT Code, inspired by Ghostty
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "vtcode-ghostty-core"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
description = "Pure-Rust VT terminal emulator core for VT Code, inspired by Ghostty"

[dependencies]
unicode-width = { workspace = true }

[lints]
workspace = true