From 80f5f9f481e156bf11021be88208ec76da231582 Mon Sep 17 00:00:00 2001 From: William Bush Date: Sat, 28 Oct 2017 18:44:09 -0500 Subject: [PATCH] add note to readme about running/quitting examples --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3991661..e81c543 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,8 @@ The library comes with the following list of widgets: * [Canvas (with line, point cloud, map)](examples/canvas.rs) * [Tabs](examples/tabs.rs) -Click on each item to get an example. +Click on each item to see the source of the example. Run the examples with with +cargo (e.g. to run the demo `cargo run --example demo`), and quit by pressing `q`. ### Demo