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

docs(compiling): add ron feature flag

This commit is contained in:
Jake Stanger 2023-05-05 22:29:26 +01:00
parent 139bc5d23f
commit cf32870f8a
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -62,7 +62,8 @@ cargo build --release --no-default-features \
| config+json | Enables configuration support for JSON. | | config+json | Enables configuration support for JSON. |
| config+yaml | Enables configuration support for YAML. | | config+yaml | Enables configuration support for YAML. |
| config+toml | Enables configuration support for TOML. | | config+toml | Enables configuration support for TOML. |
| config+corn | Enables configuration support for [Corn](https://github.com/jakestanger.corn). | | config+corn | Enables configuration support for [Corn](https://github.com/jakestanger/corn). |
| config+ron | Enables configuration support for [Ron](https://github.com/ron-rs/ron). |
| **Modules** | | | **Modules** | |
| clipboard | Enables the `clipboard` module. | | clipboard | Enables the `clipboard` module. |
| clock | Enables the `clock` module. | | clock | Enables the `clock` module. |