From ea9f7caaf7a35eebd603ce2854672d5af2901018 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Mon, 1 May 2023 13:30:57 +0100 Subject: [PATCH] docs: add missing `upower` feature flag --- docs/Compiling.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Compiling.md b/docs/Compiling.md index 6e02668..77dbdd0 100644 --- a/docs/Compiling.md +++ b/docs/Compiling.md @@ -68,6 +68,7 @@ cargo build --release --no-default-features \ | music+mpd | Enables the `music` module with MPD support. | | sys_info | Enables the `sys_info` module. | | tray | Enables the `tray` module. | +| upower | Enables the `upower` module. | | workspaces+all | Enables the `workspaces` module with support for all compositors. | | workspaces+sway | Enables the `workspaces` module with support for Sway. | | workspaces+hyprland | Enables the `workspaces` module with support for Hyprland. |