From f817e033057aeabc7719b2d3a8e580c54ddc523c Mon Sep 17 00:00:00 2001 From: Masonlet Date: Wed, 11 Mar 2026 16:21:23 -0400 Subject: [PATCH] docs: clean up dependencies section --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f466bc9..e0fbb36 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A lightweight serialization library for **Starlet** projects to handle both data reading and writing. ## Features + ### File Format Support - **Images**: - BMP (24-bit) @@ -24,17 +25,17 @@ A lightweight serialization library for **Starlet** projects to handle both data - Whitespace handling: `skipWhitespace`, `skipToNextLine`, `trimEOL` - Error-safe macros: `STARLET_PARSE_OR`, `STARLET_PARSE_STRING_OR` -## Prerequisites +## Dependencies + - [starlet-math](https://github.com/starlet-engine/math) (auto-fetched) + - [starlet-logger](https://github.com/starlet-engine/logger) (auto-fetched) + +## Installation +### Prerequisites - C++20 or later - One of the following Build Systems, - CMake 3.20+ - Meson 1.1+ -- **Dependencies**: - - [starlet-math](https://github.com/starlet-engine/math) (auto-fetched) - - [starlet-logger](https://github.com/starlet-engine/logger) (auto-fetched) - -## Installation ### Using as a Dependency