Files
raylock/Cargo.toml
T
2024-10-31 10:42:53 -06:00

14 lines
253 B
TOML

[package]
name = "raylock"
version = "0.1.0"
edition = "2021"
[dependencies]
eframe = "0.28"
egui = "0.28"
portable-pty = "0.8.1"
termwiz = "0.22.0"
vte = "0.13.0"
egui-terminal = { git = "https://github.com/Quinntyx/egui-terminal" }
ecolor = "0.29.1"