Add "Looking for maintainer" to `egui_plot` docs and README.md
Linking to https://github.com/rerun-io/rerun/issues/6629
This commit is contained in:
parent
db8db50bf3
commit
db811847c0
|
@ -7,3 +7,5 @@
|
||||||
![Apache](https://img.shields.io/badge/license-Apache-blue.svg)
|
![Apache](https://img.shields.io/badge/license-Apache-blue.svg)
|
||||||
|
|
||||||
Immediate mode plotting for [`egui`](https://github.com/emilk/egui).
|
Immediate mode plotting for [`egui`](https://github.com/emilk/egui).
|
||||||
|
|
||||||
|
[**Looking for a maintainer!**](https://github.com/rerun-io/rerun/issues/6629)
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
//!
|
//!
|
||||||
//! Check out [`Plot`] for how to get started.
|
//! Check out [`Plot`] for how to get started.
|
||||||
//!
|
//!
|
||||||
|
//! [**Looking for maintainer!**](https://github.com/rerun-io/rerun/issues/6629)
|
||||||
|
//!
|
||||||
//! ## Feature flags
|
//! ## Feature flags
|
||||||
#![cfg_attr(feature = "document-features", doc = document_features::document_features!())]
|
#![cfg_attr(feature = "document-features", doc = document_features::document_features!())]
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Reference in New Issue