From 472269580038294b67106aad4e3d1c1117ab9d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Mon, 20 Jan 2020 07:22:10 +0100 Subject: [PATCH] Add `README` for `styling` example --- examples/styling/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/styling/README.md diff --git a/examples/styling/README.md b/examples/styling/README.md new file mode 100644 index 00000000..6c198a54 --- /dev/null +++ b/examples/styling/README.md @@ -0,0 +1,15 @@ +# Styling +An example showcasing custom styling with a light and dark theme. + +All the example code is located in the __[`main`](src/main.rs)__ file. + +
+ + + +
+ +You can run it with `cargo run`: +``` +cargo run --package styling +```