switch to fork

This commit is contained in:
Christien Rioux 2024-03-03 00:43:52 -05:00
parent bf6be2beed
commit 774abe2225
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View File

@ -1431,6 +1431,7 @@ dependencies = [
[[package]]
name = "cursive_table_view"
version = "0.14.0"
source = "git+https://gitlab.com/veilid/cursive-table-view.git#5311a8aa0527b4619f7070b28a8418432c6918da"
dependencies = [
"cursive_core",
]

View File

@ -38,7 +38,7 @@ cursive = { git = "https://gitlab.com/veilid/cursive.git", default-features = fa
cursive_buffered_backend = { git = "https://gitlab.com/veilid/cursive-buffered-backend.git" }
# cursive-multiplex = "0.6.0"
# cursive_tree_view = "0.6.0"
cursive_table_view = { path = "../../cursive_table_view" }
cursive_table_view = { git = "https://gitlab.com/veilid/cursive-table-view.git" }
arboard = "3.3.0"
# cursive-tabs = "0.5.0"
clap = { version = "4", features = ["derive"] }