mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Avoid implicit feature names
This commit is contained in:
committed by
Ivan Molodetskikh
parent
b1c40a9079
commit
b51047ffcc
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user