summaryrefslogtreecommitdiffstats
path: root/examples/progress_indicators/README.md
diff options
context:
space:
mode:
authorLibravatar Nick Senger <dev@nsenger.com>2023-06-07 15:19:11 -0700
committerLibravatar Nick Senger <dev@nsenger.com>2023-06-07 15:42:13 -0700
commit2ebc92319711e6fa0dda310939257334625b59c9 (patch)
tree3643af813fbb72e4308893cd33d383c7a0c12986 /examples/progress_indicators/README.md
parentcdfb8b30680de164280b8b90fbc08a1638e597e2 (diff)
downloadiced-2ebc92319711e6fa0dda310939257334625b59c9.tar.gz
iced-2ebc92319711e6fa0dda310939257334625b59c9.tar.bz2
iced-2ebc92319711e6fa0dda310939257334625b59c9.zip
feat: use lyon for easing
Diffstat (limited to 'examples/progress_indicators/README.md')
-rw-r--r--examples/progress_indicators/README.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/progress_indicators/README.md b/examples/progress_indicators/README.md
deleted file mode 100644
index acacca8f..00000000
--- a/examples/progress_indicators/README.md
+++ /dev/null
@@ -1,14 +0,0 @@
-## Progress indicators
-
-Example implementation of animated indeterminate progress indicators.
-
-<div align="center">
- <a href="https://gfycat.com/importantdevotedhammerheadbird">
- <img src="https://thumbs.gfycat.com/ImportantDevotedHammerheadbird-small.gif">
- </a>
-</div>
-
-You can run it with `cargo run`:
-```
-cargo run --package progress_indicators
-```