summaryrefslogtreecommitdiffstats
path: root/examples/loading_spinners/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2023-06-27 23:12:09 +0200
committerLibravatar GitHub <noreply@github.com>2023-06-27 23:12:09 +0200
commit2d2ed4048ced21c3f0325213c047968e81abe300 (patch)
tree2a258a11a29f19e053aae46471bfb1b4dea5166c /examples/loading_spinners/Cargo.toml
parentf63a9d1a79eb7423bf5280585a36e2b42ab114a0 (diff)
parent290b47f312471db74e8b149e0f78df3891456208 (diff)
downloadiced-2d2ed4048ced21c3f0325213c047968e81abe300.tar.gz
iced-2d2ed4048ced21c3f0325213c047968e81abe300.tar.bz2
iced-2d2ed4048ced21c3f0325213c047968e81abe300.zip
Merge pull request #1902 from nicksenger/loading-spinners
Example loading spinners
Diffstat (limited to '')
-rw-r--r--examples/loading_spinners/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/loading_spinners/Cargo.toml b/examples/loading_spinners/Cargo.toml
new file mode 100644
index 00000000..ee9a48aa
--- /dev/null
+++ b/examples/loading_spinners/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "loading_spinners"
+version = "0.1.0"
+authors = ["Nick Senger <dev@nsenger.com>"]
+edition = "2021"
+publish = false
+
+[dependencies]
+iced = { path = "../..", features = ["advanced", "canvas"] }
+lyon_algorithms = "1"
+once_cell = "1"