first approach to pty

This commit is contained in:
2025-07-16 21:45:26 +02:00
parent 5ba5a52c14
commit aed22a3dbc
11 changed files with 268 additions and 956 deletions

View File

@@ -9,8 +9,13 @@ tokio = { version = "1.44", features = ["full"] }
winit = { version = "0.30", features = ["wayland", "x11"] }
wgpu = "25"
glyphon = "0.9"
portable-pty = "0.9"
vte = "0.15"
termion = "4"
# For reading from the PTY in a non-blocking way
crossbeam-channel = "0.5"
# For logging and running the event loop
env_logger = "0.10"
log = "0.4"
pollster = "0.3"