From 1c0391561436e8a622f19b91f3d242380dc98d87 Mon Sep 17 00:00:00 2001 From: Blake Griffith Date: Mon, 30 Sep 2024 13:36:32 -0400 Subject: [PATCH] Add instructions for running the demo. The demo requires two features to be enabled which is obvious to new users. So the first time they try to run the demo it will fail. This alleviates that issue. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3b29c1..0d3515d 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ Because that's how any complex visual graph looks like. # Example `demo` example shows some of the features of the crate. +Run it with `cargo run --example=demo --features="serde egui-probe"`. [![demo](./demo.png)](./demo.png)