deLyrium/Cargo.toml

31 lines
560 B
TOML
Raw Normal View History

[package]
name = "delyrium"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-12-30 22:32:52 +00:00
# Used for color palette generation
exoquant = "0.2.0"
2021-12-30 22:32:52 +00:00
# Used for parsing album artwork
image = "0.23.14"
2021-12-30 22:32:52 +00:00
# Display windows & graphics
2021-12-31 20:32:23 +00:00
iced_native = "0.4.0"
2022-01-01 04:41:12 +00:00
# Native file dialogs
rfd = "0.6.3"
[dependencies.iced]
# Display windows & graphics
features = ["canvas"]
version = "0.3.0"
[dependencies.iced_futures]
# Display windows & graphics
features = ["smol"]
version = "0.3.0"