asdf98 commited on
Commit
a28544d
·
verified ·
1 Parent(s): 4ef4289

fix: re-add screenshots dependency - needed by browser/capture.rs and settings.rs

Browse files
Files changed (1) hide show
  1. src-tauri/Cargo.toml +1 -0
src-tauri/Cargo.toml CHANGED
@@ -38,6 +38,7 @@ blake3 = "1"
38
  base64 = "0.22"
39
  uuid = { version = "1", features = ["v4", "serde"] }
40
  chrono = { version = "0.4", features = ["serde"] }
 
41
 
42
  [target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
43
  tauri-plugin-global-shortcut = "2"
 
38
  base64 = "0.22"
39
  uuid = { version = "1", features = ["v4", "serde"] }
40
  chrono = { version = "0.4", features = ["serde"] }
41
+ screenshots = "0.8"
42
 
43
  [target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
44
  tauri-plugin-global-shortcut = "2"