From db811847c0d216ef17bc73b90d47d6cf4c055e8c Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 25 Jun 2024 09:26:44 +0200 Subject: [PATCH] Add "Looking for maintainer" to `egui_plot` docs and README.md Linking to https://github.com/rerun-io/rerun/issues/6629 --- crates/egui_plot/README.md | 2 ++ crates/egui_plot/src/lib.rs | 2 ++ 2 files changed, 4 insertions(+) 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!())] //!