diff --git a/crates/egui_plot/README.md b/crates/egui_plot/README.md index 0715f0395..f18e570c4 100644 --- a/crates/egui_plot/README.md +++ b/crates/egui_plot/README.md @@ -7,3 +7,5 @@ ![Apache](https://img.shields.io/badge/license-Apache-blue.svg) Immediate mode plotting for [`egui`](https://github.com/emilk/egui). + +[**Looking for a maintainer!**](https://github.com/rerun-io/rerun/issues/6629) diff --git a/crates/egui_plot/src/lib.rs b/crates/egui_plot/src/lib.rs index 17ec89e0b..b5c9a7682 100644 --- a/crates/egui_plot/src/lib.rs +++ b/crates/egui_plot/src/lib.rs @@ -2,6 +2,8 @@ //! //! Check out [`Plot`] for how to get started. //! +//! [**Looking for maintainer!**](https://github.com/rerun-io/rerun/issues/6629) +//! //! ## Feature flags #![cfg_attr(feature = "document-features", doc = document_features::document_features!())] //!