From 2ebc92319711e6fa0dda310939257334625b59c9 Mon Sep 17 00:00:00 2001 From: Nick Senger Date: Wed, 7 Jun 2023 15:19:11 -0700 Subject: feat: use lyon for easing --- examples/progress_indicators/README.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 examples/progress_indicators/README.md (limited to 'examples/progress_indicators/README.md') 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. - -
- - - -
- -You can run it with `cargo run`: -``` -cargo run --package progress_indicators -``` -- cgit