Skip to content

Commit

Permalink
Enable dox feature when building docs (#861)
Browse files Browse the repository at this point in the history
Co-authored-by: Wu Yu Wei <[email protected]>
  • Loading branch information
wusyong and Wu Yu Wei authored Jan 31, 2023
1 parent f546c44 commit c6e53c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changes/dox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"wry": patch
---

Enable dox feature when building docs.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ default = [ "file-drop", "objc-exception", "protocol" ]
objc-exception = [ "objc/exception" ]
file-drop = [ ]
protocol = [ ]
dox = [ "tao/dox" ]
dox = [ "tao/dox", "webkit2gtk/dox", "soup3/dox" ]
tray = [ "tao/tray" ]
devtools = [ ]
transparent = [ ]
Expand All @@ -51,7 +51,7 @@ dirs = "4.0.0"
base64 = "0.13.1"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
webkit2gtk = { version = "0.19.1", features = [ "v2_38" ] }
webkit2gtk = { version = "0.19.2", features = [ "v2_38" ] }
webkit2gtk-sys = "0.19.1"
gio = "0.16"
glib = "0.16"
Expand Down

0 comments on commit c6e53c6

Please sign in to comment.