summaryrefslogtreecommitdiffstats
path: root/examples/loading_spinners/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Nick Senger <dev@nsenger.com>2023-06-08 07:47:57 -0700
committerLibravatar Nick Senger <dev@nsenger.com>2023-06-08 07:47:57 -0700
commit56eacdb3583e701cde8cca074e151b24c3fd8df3 (patch)
tree2c058cd1d7b74b12f45a089a5db45ae680aac466 /examples/loading_spinners/Cargo.toml
parent204c9d6f52dab7b04ecec35220b15768296dfe1e (diff)
downloadiced-56eacdb3583e701cde8cca074e151b24c3fd8df3.tar.gz
iced-56eacdb3583e701cde8cca074e151b24c3fd8df3.tar.bz2
iced-56eacdb3583e701cde8cca074e151b24c3fd8df3.zip
comment: cleanup imports
Diffstat (limited to 'examples/loading_spinners/Cargo.toml')
-rw-r--r--examples/loading_spinners/Cargo.toml7
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/loading_spinners/Cargo.toml b/examples/loading_spinners/Cargo.toml
index f37017c6..ee9a48aa 100644
--- a/examples/loading_spinners/Cargo.toml
+++ b/examples/loading_spinners/Cargo.toml
@@ -6,9 +6,6 @@ edition = "2021"
publish = false
[dependencies]
-flo_curves = "0.7"
-iced = { path = "../..", features = ["canvas"] }
-iced_core = { path = "../../core" }
-iced_widget = { path = "../../widget" }
+iced = { path = "../..", features = ["advanced", "canvas"] }
+lyon_algorithms = "1"
once_cell = "1"
-lyon = "1"