mirror of
https://github.com/Astatin3/raylock.git
synced 2026-06-09 00:28:00 -06:00
14 lines
253 B
TOML
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"
|