diff --git a/egui_extras/src/lib.rs b/egui_extras/src/lib.rs index ecccace0..99ed7483 100644 --- a/egui_extras/src/lib.rs +++ b/egui_extras/src/lib.rs @@ -1,3 +1,5 @@ +//! `egui_extras`: Widgets for egui which are not in the main egui crate + #![forbid(unsafe_code)] #![warn( clippy::all,