summaryrefslogtreecommitdiffstats
path: root/examples/loading_spinners/Cargo.toml
blob: f37017c6329837f50f33545738ac9667b950f599 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "loading_spinners"
version = "0.1.0"
authors = ["Nick Senger <dev@nsenger.com>"]
edition = "2021"
publish = false

[dependencies]
flo_curves = "0.7"
iced = { path = "../..", features = ["canvas"] }
iced_core = { path = "../../core" }
iced_widget = { path = "../../widget" }
once_cell = "1"
lyon = "1"