Feat: add icon and reorganize desktop.rs

This commit is contained in:
2026-01-30 20:27:08 +01:00
parent eb3969b952
commit 2aa58670e3
6 changed files with 31 additions and 59 deletions

View File

@@ -26,6 +26,7 @@ desktop = [
"eframe",
"egui_ratatui",
"soft_ratatui",
"image",
]
[dependencies]
@@ -56,6 +57,7 @@ egui = { version = "0.33", optional = true }
eframe = { version = "0.33", optional = true }
egui_ratatui = { version = "2.1", optional = true }
soft_ratatui = { version = "0.1.3", features = ["unicodefonts"], optional = true }
image = { version = "0.25", default-features = false, features = ["png"], optional = true }
[profile.release]
opt-level = 3