Skip to content

Commit baf42e1

Browse files
authored
docs: clean up dependencies section (#13)
1 parent 2dcf4a2 commit baf42e1

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
A lightweight serialization library for **Starlet** projects to handle both data reading and writing.
88

99
## Features
10+
1011
### File Format Support
1112
- **Images**:
1213
- BMP (24-bit)
@@ -24,17 +25,17 @@ A lightweight serialization library for **Starlet** projects to handle both data
2425
- Whitespace handling: `skipWhitespace`, `skipToNextLine`, `trimEOL`
2526
- Error-safe macros: `STARLET_PARSE_OR`, `STARLET_PARSE_STRING_OR`
2627

27-
## Prerequisites
28+
## Dependencies
29+
- [starlet-math](https://github.com/starlet-engine/math) (auto-fetched)
30+
- [starlet-logger](https://github.com/starlet-engine/logger) (auto-fetched)
31+
32+
## Installation
2833

34+
### Prerequisites
2935
- C++20 or later
3036
- One of the following Build Systems,
3137
- CMake 3.20+
3238
- Meson 1.1+
33-
- **Dependencies**:
34-
- [starlet-math](https://github.com/starlet-engine/math) (auto-fetched)
35-
- [starlet-logger](https://github.com/starlet-engine/logger) (auto-fetched)
36-
37-
## Installation
3839

3940
### Using as a Dependency
4041

0 commit comments

Comments
 (0)