File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77A 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
You can’t perform that action at this time.
0 commit comments