Files
raylock/Cargo.toml
T

14 lines
253 B
TOML
Raw Normal View History

2024-10-30 19:49:27 -06:00
[package]
name = "raylock"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-10-31 10:42:53 -06:00
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"