Skip to content

Commit

Permalink
fix(tauri-runtime-wry): adjust docs.rs features to fix doc build (#7583)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Aug 13, 2023
1 parent e21a449 commit ec82776
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/tauri-runtime-wry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ license = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }

[package.metadata.docs.rs]
features = [ "dox" ]

[dependencies]
wry = { version = "0.30", default-features = false, features = [ "file-drop", "protocol" ] }
tauri-runtime = { version = "0.13.0-alpha.6", path = "../tauri-runtime" }
Expand Down

0 comments on commit ec82776

Please sign in to comment.