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
+4
View File
@@ -22,6 +22,10 @@ url = "2"
schemars = "0.8"
dunce = "1"
specta = "=2.0.0-rc.20"
# TODO: remove when specta releases rc.21
specta-util = { version = "^0.0.7", default-features = false, features = [
"export",
] }
glob = "0.3"
zbus = "4"
#tauri-specta = "=2.0.0-rc.11"