Add Metadata for Plugin Compatibility (#1836)

Co-authored-by: Tillmann <112912081+tillmann-crabnebula@users.noreply.github.com>
Co-authored-by: Tillmann <28728469+tweidinger@users.noreply.github.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/11052099752

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
Tillmann
2024-09-26 12:22:48 +00:00
committed by tauri-bot
parent e157118cff
commit d7f990574d

View File

@@ -13,6 +13,13 @@ links = "tauri-plugin-process"
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
[package.metadata.platforms.support]
windows = { level = "full", notes = "" }
linux = { level = "full", notes = "" }
macos = { level = "full", notes = "" }
android = { level = "none", notes = "" }
ios = { level = "none", notes = "" }
[build-dependencies]
tauri-plugin = { workspace = true, features = ["build"] }