deLyrium/Cargo.toml

19 lines
352 B
TOML

[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]
# Used for color palette generation
exoquant = "0.2.0"
# Used for parsing album artwork
image = "0.23.14"
# Display windows & graphics
iced = "0.3.0"
iced_native = "0.4.0"