docs(log): Update mobile support matrix

fixes https://github.com/tauri-apps/tauri-docs/issues/2840
This commit is contained in:
Fabian-Lars
2025-01-24 16:47:10 +01:00
committed by GitHub
parent 0afc9b6be0
commit 18700f1e82
+2 -2
View File
@@ -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"] }