1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 19:34:24 +02:00

docs(compiling): add missing notifications feature flag

This commit is contained in:
Jake Stanger 2024-03-30 23:24:30 +00:00
parent 99eb560cea
commit bb02a21d0e
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -84,6 +84,7 @@ cargo build --release --no-default-features \
| music+all | Enables the `music` module with support for all player types. |
| music+mpris | Enables the `music` module with MPRIS support. |
| music+mpd | Enables the `music` module with MPD support. |
| notifications | Enables the `notiications` module. |
| sys_info | Enables the `sys_info` module. |
| tray | Enables the `tray` module. |
| upower | Enables the `upower` module. |