style: avoid toml curly braces
else it causes messy diffs and is generally less writable and readable
This commit is contained in:
parent
5a83fe39e9
commit
e7e1400c3a
1 changed files with 4 additions and 1 deletions
|
|
@ -5,10 +5,13 @@ edition = "2024"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
iced = { version = "0.14.0", features = [ "image" ] }
|
|
||||||
dirs = "6.0.0"
|
dirs = "6.0.0"
|
||||||
rfd = "0.17.2"
|
rfd = "0.17.2"
|
||||||
|
|
||||||
|
[dependencies.iced]
|
||||||
|
version = "0.14.0"
|
||||||
|
features = [ "image" ]
|
||||||
|
|
||||||
[dependencies.image]
|
[dependencies.image]
|
||||||
version = "0.25.10"
|
version = "0.25.10"
|
||||||
features = [ "avif-native" ]
|
features = [ "avif-native" ]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue