Skip to content

Commit 1142289

Browse files
committed
fix(tauri-runtime-wry): docs.rs build
1 parent 85c2d63 commit 1142289

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/tauri-runtime-wry/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ license = { workspace = true }
1212
edition = { workspace = true }
1313
rust-version = { workspace = true }
1414

15+
[package.metadata.docs.rs]
16+
rustc-args = [ "--cfg", "docsrs" ]
17+
rustdoc-args = [ "--cfg", "docsrs" ]
18+
1519
[dependencies]
1620
wry = { version = "0.42", default-features = false, features = [ "drag-drop", "protocol", "os-webview" ] }
1721
tao = { version = "0.29", default-features = false, features = [ "rwh_06" ] }

0 commit comments

Comments
 (0)