diff options
author | Blaž Hrastnik | 2021-02-03 10:36:54 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-02-03 10:36:54 +0000 |
commit | 448c1abba04e11f77e53629dc06fe47619a741d4 (patch) | |
tree | 47a5ae9d08bf49796348d981120105cc054e736b /helix-view/Cargo.toml | |
parent | 2bea5db7bdb3ad3fa029df830d824cd5c26a153f (diff) |
View tree implementation: render multiple split views.
Cursors are still a bit buggy and we should render in focus statusbar
differently than in the other pane.
Diffstat (limited to 'helix-view/Cargo.toml')
-rw-r--r-- | helix-view/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 0a435811..938f35e5 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -24,3 +24,5 @@ url = "2" smol = "1" futures-util = "0.3" + +slotmap = "1" |