Add transparency and lock

This commit is contained in:
Astatin3
2024-10-31 10:42:53 -06:00
parent 0597b0db04
commit 2e62807074
6 changed files with 375 additions and 21 deletions
+7 -2
View File
@@ -4,5 +4,10 @@ version = "0.1.0"
edition = "2021"
[dependencies]
eframe = "0.29.1"
egui = "0.29.1"
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"