style: avoid toml curly braces
else it causes messy diffs and is generally less writable and readable
This commit is contained in:
parent
89b4639a69
commit
4a5ffdbd96
1 changed files with 4 additions and 1 deletions
|
|
@ -5,11 +5,14 @@ edition = "2024"
|
|||
license = "AGPL-3.0-or-later"
|
||||
|
||||
[dependencies]
|
||||
iced = { version = "0.14.0", features = [ "image" ] }
|
||||
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" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue