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

View File

@@ -62,7 +62,8 @@ cargo build --release --no-default-features \
| config+json | Enables configuration support for JSON. |
| config+yaml | Enables configuration support for YAML. |
| 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** | |
| clipboard | Enables the `clipboard` module. |
| clock | Enables the `clock` module. |