-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
34 lines (30 loc) · 940 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[package]
name = "picturust-dx"
version = "0.1.0"
edition = "2021"
[dependencies]
dioxus = { version = "0.5.6", default-features = false, features = ["desktop"] }
dioxus-free-icons = { version = "0.8.6", default-features = false, features = ["font-awesome-regular", "font-awesome-solid"] }
dioxus-logger = "0.5.1"
manganis = "0.2.2"
rayon = "1.1"
rfd = "0.14"
image = "0.25.2"
ravif = "0.11.10"
rgb = "0.8.44"
webp = "0.3"
kamadak-exif = "0.5.5"
imagesize = "0.13.0"
tokio = { version = "1.39.3", default-features = false, features = ["rt-multi-thread"] }
[package.metadata.bundle]
name = "Sqooshies"
identifier = "com.sqooshies"
icon = []
version = "1.1.0"
authors = [
"Alexandre Beauchamp-Thibault"
]
resources = []
copyright = "Copyright (c) 2024 Alexandre Beauchamp-Thibault. All rights reserved."
category = "Tools"
short_description = "Sqooshies is a tool for optimizing images inspired by Squoosh, but with quantity in mind."