fix(geo/haptics): Add specta_util (#2281)

This commit is contained in:
Fabian-Lars
2025-01-08 17:01:52 +01:00
committed by GitHub
parent ec548035ff
commit fb67ab2b92
5 changed files with 56 additions and 28 deletions
+1
View File
@@ -30,6 +30,7 @@ tauri = { workspace = true, features = ["specta"] }
log = { workspace = true }
thiserror = { workspace = true }
specta = { workspace = true }
specta-util = { workspace = true }
[target.'cfg(target_os = "ios")'.dependencies]
tauri = { workspace = true, features = ["wry"] }
+1
View File
@@ -30,6 +30,7 @@ tauri = { workspace = true, features = ["specta"] }
log = { workspace = true }
thiserror = { workspace = true }
specta = { workspace = true }
specta-util = { workspace = true }
[target.'cfg(target_os = "ios")'.dependencies]
tauri = { workspace = true, features = ["wry"] }