11diff --git a/app/legacy/src-tauri/Cargo.lock b/app/legacy/src-tauri/Cargo.lock
2- index 109db68..c3a70c6 100644
2+ index 1bba0ae..af24986 100644
33--- a/app/legacy/src-tauri/Cargo.lock
44+++ b/app/legacy/src-tauri/Cargo.lock
55@@ -4138,7 +4138,7 @@ dependencies = [
@@ -45,7 +45,7 @@ index 109db68..c3a70c6 100644
4545 "core-foundation-sys",
4646 "glob",
4747diff --git a/app/legacy/src-tauri/Cargo.toml b/app/legacy/src-tauri/Cargo.toml
48- index 5468707..68ed47b 100644
48+ index b971c3d..44abf29 100644
4949--- a/app/legacy/src-tauri/Cargo.toml
5050+++ b/app/legacy/src-tauri/Cargo.toml
5151@@ -20,7 +20,7 @@ notify-rust = "4.10"
@@ -58,7 +58,7 @@ index 5468707..68ed47b 100644
5858 tauri-plugin-autostart = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
5959 tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
6060diff --git a/app/main/src-tauri/Cargo.lock b/app/main/src-tauri/Cargo.lock
61- index c1f175c..7bf1450 100644
61+ index bc4753a..ed4c7e8 100644
6262--- a/app/main/src-tauri/Cargo.lock
6363+++ b/app/main/src-tauri/Cargo.lock
6464@@ -4182,7 +4182,7 @@ dependencies = [
@@ -102,7 +102,7 @@ index c1f175c..7bf1450 100644
102102 name = "sys_metrics"
103103 version = "0.2.7"
104104diff --git a/app/main/src-tauri/Cargo.toml b/app/main/src-tauri/Cargo.toml
105- index 90dcc88..56abae2 100644
105+ index 5653700..5120513 100644
106106--- a/app/main/src-tauri/Cargo.toml
107107+++ b/app/main/src-tauri/Cargo.toml
108108@@ -20,7 +20,7 @@ notify-rust = "4.10"
@@ -111,6 +111,6 @@ index 90dcc88..56abae2 100644
111111 serde_json = "1.0"
112112- sys_metrics = "0.2"
113113+ sys_metrics = { git = "https://github.com/Martichou/sys_metrics" }
114- tauri = { version = "2.2", features = [ "devtools", "tray-icon", "native-tls-vendored"] }
114+ tauri = { version = "2.2", features = [ "devtools", "tray-icon", "native-tls-vendored", "image-png" ] }
115115 tauri-plugin-autostart = "2.2"
116116 tauri-plugin-process = "2.2"
0 commit comments