fix: remove screenshots dep since capture module removed for now
Browse files- src-tauri/Cargo.toml +0 -1
src-tauri/Cargo.toml
CHANGED
|
@@ -38,7 +38,6 @@ blake3 = "1"
|
|
| 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"
|
|
|
|
| 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"
|