imagey/Cargo.toml
electria 4a5ffdbd96
style: avoid toml curly braces
else it causes messy diffs and is generally less writable and readable
2026-07-29 16:01:19 -07:00

18 lines
292 B
TOML

[package]
name = "imagey"
version = "0.1.0"
edition = "2024"
license = "AGPL-3.0-or-later"
[dependencies]
dirs = "6.0.0"
rfd = "0.17.2"
jpegxl-rs = "0.14.0"
[dependencies.iced]
version = "0.14.0"
features = [ "image" ]
[dependencies.image]
version = "0.25.10"
features = [ "avif-native" ]