diff options
author | 2023-06-07 15:19:11 -0700 | |
---|---|---|
committer | 2023-06-07 15:42:13 -0700 | |
commit | 2ebc92319711e6fa0dda310939257334625b59c9 (patch) | |
tree | 3643af813fbb72e4308893cd33d383c7a0c12986 /examples/loading_spinners/README.md | |
parent | cdfb8b30680de164280b8b90fbc08a1638e597e2 (diff) | |
download | iced-2ebc92319711e6fa0dda310939257334625b59c9.tar.gz iced-2ebc92319711e6fa0dda310939257334625b59c9.tar.bz2 iced-2ebc92319711e6fa0dda310939257334625b59c9.zip |
feat: use lyon for easing
Diffstat (limited to '')
-rw-r--r-- | examples/loading_spinners/README.md (renamed from examples/progress_indicators/README.md) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/progress_indicators/README.md b/examples/loading_spinners/README.md index acacca8f..3573c6f6 100644 --- a/examples/progress_indicators/README.md +++ b/examples/loading_spinners/README.md @@ -1,6 +1,6 @@ -## Progress indicators +## Loading Spinners -Example implementation of animated indeterminate progress indicators. +Example implementation of animated indeterminate loading spinners. <div align="center"> <a href="https://gfycat.com/importantdevotedhammerheadbird"> @@ -10,5 +10,5 @@ Example implementation of animated indeterminate progress indicators. You can run it with `cargo run`: ``` -cargo run --package progress_indicators +cargo run --package loading_spinners ``` |