Skip to content

Commit

Permalink
feat: add feature d_vendored to enable dbus/vendored feature
Browse files Browse the repository at this point in the history
This feature allows static linking, see [1].

[1]: https://github.com/diwic/dbus-rs/blob/master/libdbus-sys/cross_compile.md
  • Loading branch information
osa1 authored and hoodie committed Nov 16, 2023
1 parent 6e660d3 commit a34239c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ winrt-notification = { package = "tauri-winrt-notification", version = "0.1" }
default = ["z"]
#`server = []
d = ["dbus"]
d_vendored = ["dbus/vendored"]
z = ["zbus", "serde", "async"]
async = []
debug_namespace = []
Expand Down

0 comments on commit a34239c

Please sign in to comment.