-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
40 lines (37 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
35
36
37
38
39
40
[package]
name = "gui"
version = "0.1.0"
edition = "2021"
[dependencies]
content_disposition = "0.4.0"
egui-phosphor = {version = "0.7.3", features = ["fill"] }
egui_extras = "0.29"
futures = "0.3.31"
irox-egui-extras = "0.5"
regex = "1.11.1"
reqwest = { version = "0.12.8", features = ["stream"] }
serde = { version = "1.0.213", features = ["derive"] }
serde_json = "1.0.132"
thiserror = "1.0.65"
tokio = { version = "1.41.0", features = ["full"] }
egui-aesthetix = { version = "0.2.4", features = ["all_themes"] }
lazy_static = "1.5.0"
egui_plot = "0.29.0"
opener = "0.7.2"
poem = "3.1.3"
tracing-subscriber = "0.3.18"
tray-item = { version = "0.10.0", features = ["ksni"] }
image = "0.25.4"
egui-sfml = "0.7.0"
native-dialog = "0.7.0"
chrono = "0.4.38"
url = "2.5.3"
notify-rust = "4.11.3"
[build-dependencies]
embed-resource = "2.3"
[profile.release]
codegen-units = 1
lto = "fat"
opt-level = "z"
strip = "debuginfo"
panic = "abort"