Skip to content

Commit

Permalink
Add docs to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jul 15, 2024
1 parent eafa256 commit a40db95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demo/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//! Demo code for the [`egui_plot`], hosted at <https://emilk.github.io/egui_plot/>.
//!
//! Each push to `main` re-deploys the demo.
#![warn(clippy::all, rust_2018_idioms)]

mod app;
Expand Down

0 comments on commit a40db95

Please sign in to comment.