chore(opener): Fix Cargo.toml property name for tauri-docs generator

pull/2323/head
Fabian-Lars 5 months ago committed by GitHub
parent c73b773724
commit b63d724e85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,7 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"]
# Platforms supported by the plugin
# Support levels are "full", "partial", "none", "unknown"
# Details of the support level are left to plugin maintainer
[package.metadata.platforms]
[package.metadata.platforms.support]
windows = { level = "full", notes = "" }
linux = { level = "full", notes = "" }
macos = { level = "full", notes = "" }

Loading…
Cancel
Save