We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db635f commit 4899895Copy full SHA for 4899895
plugins/geolocation/Cargo.toml
@@ -1,5 +1,6 @@
1
[package]
2
name = "tauri-plugin-geolocation"
3
+description = "Get and track the device's current position"
4
version = "2.0.0-rc.0"
5
edition = { workspace = true }
6
authors = { workspace = true }
plugins/haptics/Cargo.toml
name = "tauri-plugin-haptics"
+description = "Haptic feedback and vibrations on Android and iOS"
0 commit comments