We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
13 lines
No EOL
259 B
TOML
13 lines
No EOL
259 B
TOML
[package]
|
|
name = "loading_spinners"
|
|
version = "0.1.0"
|
|
authors = ["Nick Senger <dev@nsenger.com>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
iced.workspace = true
|
|
iced.features = ["advanced", "canvas"]
|
|
|
|
lyon_algorithms = "1.0"
|
|
once_cell.workspace = true |