Add icons to TUI.
This commit is contained in:
@@ -11,6 +11,7 @@ members = [".", "libclide", "libclide-macros", ]
|
||||
anyhow = "1.0.100"
|
||||
strum = "0.27.2"
|
||||
log = { version = "0.4.27", features = [] }
|
||||
devicons = "0.6.12"
|
||||
|
||||
[dependencies]
|
||||
cxx = "1.0.95"
|
||||
@@ -23,12 +24,12 @@ ratatui = "0.30.0"
|
||||
tui-tree-widget = "0.24.0"
|
||||
tui-logger = "0.18.1"
|
||||
edtui = "0.11.1"
|
||||
devicons = "0.6.12"
|
||||
libclide = { path = "./libclide" }
|
||||
libclide-macros = { path = "./libclide-macros" }
|
||||
anyhow = { workspace = true }
|
||||
strum = { workspace = true }
|
||||
log = { workspace = true }
|
||||
devicons = { workspace = true }
|
||||
|
||||
[build-dependencies]
|
||||
# The link_qt_object_files feature is required for statically linking Qt 6.
|
||||
|
||||
Reference in New Issue
Block a user