From 668e90e9248a86c7c45736411b54ee1ee1ac27bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Sinan=20A=C4=9Facan?= Date: Sat, 11 Nov 2023 10:08:20 +0100 Subject: [PATCH] feat: add feature `d_vendored` to enable dbus/vendored feature This feature allows static linking, see [1]. [1]: https://github.com/diwic/dbus-rs/blob/master/libdbus-sys/cross_compile.md --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0b94a310e..06ee27688 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = []