docs(log): Update mobile support matrix

fixes https://github.com/tauri-apps/tauri-docs/issues/2840
pull/2349/head
Fabian-Lars 4 months ago committed by GitHub
parent 0afc9b6be0
commit 18700f1e82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -17,8 +17,8 @@ rustdoc-args = ["--cfg", "docsrs"]
windows = { level = "full", notes = "" }
linux = { level = "full", notes = "" }
macos = { level = "full", notes = "" }
android = { level = "unknown", notes = "" }
ios = { level = "unknown", notes = "" }
android = { level = "full", notes = "" }
ios = { level = "full", notes = "" }
[build-dependencies]
tauri-plugin = { workspace = true, features = ["build"] }

Loading…
Cancel
Save