Skip to content

Commit 32c03c4

Browse files
committed
Mention hedley in the README for C exe projects
Hedley is installed if a package manager is activated to allow passing a const pointer to "free()" without warnings.
1 parent 18805c4 commit 32c03c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Arguments for the flag can be:
215215
When using a package manager, the following packages are used in the generated
216216
project:
217217

218-
* [fmt][23] for C++ and [json-c][24] for C projects
218+
* [fmt][23] for C++, [json-c][24] and [hedley][26] (exe only) for C projects
219219
* [Catch2][25] as a dev dependency for C++ and C projects
220220

221221
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.
278278
[23]: https://github.com/fmtlib/fmt
279279
[24]: https://github.com/json-c/json-c
280280
[25]: https://github.com/catchorg/Catch2
281+
[26]: https://github.com/nemequ/hedley

0 commit comments

Comments
 (0)