Feat: fixing ratatui big-text and UX
This commit is contained in:
@@ -30,7 +30,7 @@ path = "src/main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "cagire-desktop"
|
||||
path = "src/bin/desktop.rs"
|
||||
path = "src/bin/desktop/main.rs"
|
||||
required-features = ["desktop"]
|
||||
|
||||
[features]
|
||||
@@ -41,6 +41,7 @@ desktop = [
|
||||
"dep:eframe",
|
||||
"dep:egui_ratatui",
|
||||
"dep:soft_ratatui",
|
||||
"dep:rustc-hash",
|
||||
"dep:image",
|
||||
]
|
||||
|
||||
@@ -77,6 +78,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 }
|
||||
rustc-hash = { version = "2", optional = true }
|
||||
image = { version = "0.25", default-features = false, features = ["png"], optional = true }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user