style: avoid toml curly braces

else it causes messy diffs and is generally less writable and readable
This commit is contained in:
electria 2026-07-29 16:01:19 -07:00
commit 98c317adf5
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs

View file

@ -5,10 +5,13 @@ edition = "2024"
license = "AGPL-3.0-or-later"
[dependencies]
iced = { version = "0.14.0", features = [ "image" ] }
dirs = "6.0.0"
rfd = "0.17.2"
[dependencies.iced]
version = "0.14.0"
features = [ "image" ]
[dependencies.image]
version = "0.25.10"
features = [ "avif-native" ]