We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafa256 commit a40db95Copy full SHA for a40db95
demo/src/lib.rs
@@ -1,3 +1,7 @@
1
+//! Demo code for the [`egui_plot`], hosted at <https://emilk.github.io/egui_plot/>.
2
+//!
3
+//! Each push to `main` re-deploys the demo.
4
+
5
#![warn(clippy::all, rust_2018_idioms)]
6
7
mod app;
0 commit comments