diff options
| author | bbb651 <bar.ye651@gmail.com> | 2024-12-09 17:43:04 +0200 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-12-22 15:19:46 +0300 |
| commit | b51047ffccff4aad12f84b6b1c3a20a782153d2f (patch) | |
| tree | 73a48564e828ea313b10a4a963235c70dfc442d1 | |
| parent | b1c40a9079b37aeac55a924e1826de77fd989645 (diff) | |
| download | niri-b51047ffccff4aad12f84b6b1c3a20a782153d2f.tar.gz niri-b51047ffccff4aad12f84b6b1c3a20a782153d2f.tar.bz2 niri-b51047ffccff4aad12f84b6b1c3a20a782153d2f.zip | |
Avoid implicit feature names
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ xshell = "0.2.6" [features] default = ["dbus", "systemd", "xdp-gnome-screencast"] # Enables D-Bus support (serve various freedesktop and GNOME interfaces, power button handling). -dbus = ["zbus", "async-io", "notify-rust", "url"] +dbus = ["dep:zbus", "dep:async-io", "dep:notify-rust", "dep:url"] # Enables systemd integration (global environment, apps in transient scopes). systemd = ["dbus"] # Enables screencasting support through xdg-desktop-portal-gnome. |
