Files
simplicitty/Cargo.toml

22 lines
422 B
TOML

[package]
name = "simplicitty"
version = "0.1.0"
edition = "2024"
[dependencies]
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"
# 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"