iced-yoda/examples/loading_spinners/Cargo.toml

15 lines
318 B
TOML
Raw Normal View History

2023-06-06 21:12:41 -07:00
[package]
2023-06-07 15:19:11 -07:00
name = "loading_spinners"
2023-06-06 21:12:41 -07:00
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" }
2023-06-07 15:19:11 -07:00
once_cell = "1"
lyon = "1"