@@ -17,40 +17,40 @@ path = "src/cli.rs"
17
17
18
18
[dependencies ]
19
19
anyhow = " 1.0.43"
20
- brightness = { version =" 0.5.0" , default_features = false }
20
+ brightness = { version = " 0.5.0" , default_features = false }
21
+ cfg-if = " 1.0.0"
21
22
chrono = " 0.4"
22
23
clap = { version = " 4.3.11" , features = [" derive" ] }
23
24
config = " 0.10.1"
24
- dirs = " 5.0.1 "
25
+ ctrlc = " 3.4.0 "
25
26
directories = " 2.0"
27
+ dirs = " 5.0.1"
28
+ egui = { version = " 0.22.0" }
29
+ egui-wgpu = { version = " 0.22.0" , features = [" winit" ] }
30
+ egui-winit = { version = " 0.22.0" }
26
31
enum-iterator = " 0.6.0"
27
32
env_logger = " 0.8.4"
28
33
futures = " 0.3"
29
34
geocoding = " 0.2.0"
35
+ human-repr = " 1.1.0"
36
+ image = " 0.24.7"
37
+ itertools = " 0.11.0"
30
38
lazy_static = " 1.4.0"
31
39
log = " 0.4.14"
32
40
maplit = " 1.0.2"
41
+ png = " 0.17.10"
42
+ pollster = " 0.3.0"
33
43
rust-embed = " 5.5.1"
34
- simplelog = " 0.12.1"
35
44
serde = { version = " 1.0.110" , features = [" derive" ] }
45
+ serde_json = " 1.0.104"
46
+ simplelog = " 0.12.1"
36
47
sunrise-sunset-calculator = " 1.0.1"
48
+ tempfile = " 3.7.0"
37
49
thiserror = " 1.0"
38
50
toml = " 0.5"
51
+ tray-icon = " 0.8.3"
39
52
validator = { version = " 0.16.1" , features = [" derive" ] }
40
- cfg-if = " 1.0.0"
41
- serde_json = " 1.0.104"
42
- tempfile = " 3.7.0"
43
53
wildmatch = " 2.1.1"
44
- ctrlc = " 3.4.0"
45
- itertools = " 0.11.0"
46
- human-repr = " 1.1.0"
47
- tray-icon = " 0.8.3"
48
- png = " 0.17.10"
49
- egui-winit = { version = " 0.22.0" }
50
- egui-wgpu = { version = " 0.22.0" , features = [" winit" ] }
51
- eframe = { version = " 0.22.0" , features = [" default_fonts" ], default-features = false }
52
- pollster = " 0.3.0"
53
- image = " 0.24.7"
54
54
55
55
[target .'cfg(unix)' .dependencies ]
56
56
cpp_core = " 0.6.0"
@@ -62,7 +62,7 @@ cursive = { default-features = false, features = ["blt-backend"], version = "0.2
62
62
63
63
[target .'cfg(windows)' .dependencies ]
64
64
win32-utils = { git = " https://github.com/jacob-pro/win32-utils" , features = [" window" , " instance" ], rev = " 055c60695dbc4d300f3caaacec25ae82415fa545" }
65
- windows = { version = " 0.48.0 " , features = [" Win32_Foundation" , " Win32_UI_WindowsAndMessaging" ]}
65
+ windows = { version = " 0.51.1 " , features = [" Win32_Foundation" , " Win32_UI_WindowsAndMessaging" ] }
66
66
67
67
# [target.'cfg(windows)'.dependencies.windows]
68
68
# version = "0.29.0"
0 commit comments