From 7c0de7f924ac02c5f0220c1d9b098e5e54a41e67 Mon Sep 17 00:00:00 2001 From: temportalflux Date: Sat, 11 Jul 2026 09:29:31 -0400 Subject: [PATCH] add gpui_elements root documentation so its not weird that the docs page is empty --- crates/gpui_elements/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/gpui_elements/src/lib.rs b/crates/gpui_elements/src/lib.rs index 5214586101..545a1b970c 100644 --- a/crates/gpui_elements/src/lib.rs +++ b/crates/gpui_elements/src/lib.rs @@ -1 +1,3 @@ +//! Element library written alongside gpui to be as unopinionated as possible while still providing fundamental components. + pub mod editable_text;