summaryrefslogtreecommitdiffstats
path: root/examples/loading_spinners/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/loading_spinners/Cargo.toml')
-rw-r--r--examples/loading_spinners/Cargo.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/loading_spinners/Cargo.toml b/examples/loading_spinners/Cargo.toml
index ee9a48aa..a32da386 100644
--- a/examples/loading_spinners/Cargo.toml
+++ b/examples/loading_spinners/Cargo.toml
@@ -6,6 +6,8 @@ edition = "2021"
publish = false
[dependencies]
-iced = { path = "../..", features = ["advanced", "canvas"] }
-lyon_algorithms = "1"
-once_cell = "1"
+iced.workspace = true
+iced.features = ["advanced", "canvas"]
+
+lyon_algorithms = "1.0"
+once_cell.workspace = true \ No newline at end of file