first approach to pty
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user