Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/src/lib.rs')
| -rw-r--r-- | helix-view/src/lib.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/helix-view/src/lib.rs b/helix-view/src/lib.rs index 182c89c3..b8519650 100644 --- a/helix-view/src/lib.rs +++ b/helix-view/src/lib.rs @@ -6,10 +6,12 @@ pub mod backend { pub mod term; } pub mod clipboard; +pub mod compositor; pub mod document; pub mod editor; -pub mod graphics; +pub use helix_graphics as graphics; pub mod gutter; +pub mod job; pub mod handlers { #[cfg(feature = "dap")] pub mod dap; |