diff options
Diffstat (limited to 'helix-view/src/lib.rs')
-rw-r--r-- | helix-view/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-view/src/lib.rs b/helix-view/src/lib.rs index b3e87bf4..caed2952 100644 --- a/helix-view/src/lib.rs +++ b/helix-view/src/lib.rs @@ -4,7 +4,9 @@ pub mod macros; pub mod clipboard; pub mod document; pub mod editor; +pub mod graphics; pub mod input; +pub mod keyboard; pub mod register_selection; pub mod theme; pub mod tree; |