Procházet zdrojové kódy

fix(tauri-runtime-wry): docs.rs build

Lucas Nogueira před 1 rokem
rodič
revize
1142289670
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      core/tauri-runtime-wry/Cargo.toml

+ 4 - 0
core/tauri-runtime-wry/Cargo.toml

@@ -12,6 +12,10 @@ license = { workspace = true }
 edition = { workspace = true }
 rust-version = { workspace = true }
 
+[package.metadata.docs.rs]
+rustc-args = [ "--cfg", "docsrs" ]
+rustdoc-args = [ "--cfg", "docsrs" ]
+
 [dependencies]
 wry = { version = "0.42", default-features = false, features = [ "drag-drop", "protocol", "os-webview" ] }
 tao = { version = "0.29", default-features = false, features = [ "rwh_06" ] }