Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock13
1 files changed, 12 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f1431729..c2fc9982 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -828,6 +828,15 @@ dependencies = [
]
[[package]]
+name = "helix-graphics"
+version = "0.6.0"
+dependencies = [
+ "bitflags",
+ "crossterm",
+ "serde",
+]
+
+[[package]]
name = "helix-loader"
version = "0.6.0"
dependencies = [
@@ -906,7 +915,7 @@ dependencies = [
"cassowary",
"crossterm",
"helix-core",
- "helix-view",
+ "helix-graphics",
"serde",
"unicode-segmentation",
]
@@ -937,7 +946,9 @@ dependencies = [
"futures-util",
"helix-core",
"helix-dap",
+ "helix-graphics",
"helix-lsp",
+ "helix-tui",
"log",
"once_cell",
"serde",