We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18805c4 commit 32c03c4Copy full SHA for 32c03c4
README.md
@@ -215,7 +215,7 @@ Arguments for the flag can be:
215
When using a package manager, the following packages are used in the generated
216
project:
217
218
-* [fmt][23] for C++ and [json-c][24] for C projects
+* [fmt][23] for C++, [json-c][24] and [hedley][26] (exe only) for C projects
219
* [Catch2][25] as a dev dependency for C++ and C projects
220
221
Make sure to read the generated HACKING document to see what needs to be done
@@ -278,3 +278,4 @@ indirectly from the use or non-use of these files.
278
[23]: https://github.com/fmtlib/fmt
279
[24]: https://github.com/json-c/json-c
280
[25]: https://github.com/catchorg/Catch2
281
+[26]: https://github.com/nemequ/hedley
0 commit comments