aboutsummaryrefslogtreecommitdiff
path: root/console/Cargo.toml
diff options
context:
space:
mode:
author1992414357@qq.com <1992414357@qq.com>2025-06-09 17:17:39 +0800
committer1992414357@qq.com <1992414357@qq.com>2025-06-09 17:17:39 +0800
commite5cbc548a7d8ba62a76421057d6b281a9277646f (patch)
tree0b82088c52c1adb1d3e8fc3d33e045f494b73706 /console/Cargo.toml
parent0d8761e5f907d173c40a2a44f3a1d8d8ce5a2f6e (diff)
.
Diffstat (limited to 'console/Cargo.toml')
-rw-r--r--console/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/console/Cargo.toml b/console/Cargo.toml
index 5c6a313..58594a8 100644
--- a/console/Cargo.toml
+++ b/console/Cargo.toml
@@ -13,4 +13,6 @@ serde = { version = "1.0.219", features = ["derive"] }
serde_yaml = "0.9.34"
tokio = { version = "1.45.0", features = ["full"] }
crossterm = "0.29.0"
-log = "0.4.27" \ No newline at end of file
+log = "0.4.27"
+egui = "0.31.1"
+eframe = "0.31.1" \ No newline at end of file