feat: use lyon for easing

This commit is contained in:
Nick Senger 2023-06-07 15:19:11 -07:00
parent cdfb8b3068
commit 2ebc923197
7 changed files with 214 additions and 116 deletions

View file

@ -0,0 +1,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"