diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-24 00:37:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-24 00:49:21 +0300 |
commit | c87a4da5e7a273a38a04b1eab8be9f69cc5bc492 (patch) | |
tree | 553d7987441fae6cd93ff296bbec5a13e07c746e /README.md | |
parent | 6709af855481c45a83155adafb6c3a888b4a1a6f (diff) | |
download | manaplus-c87a4da5e7a273a38a04b1eab8be9f69cc5bc492.tar.gz manaplus-c87a4da5e7a273a38a04b1eab8be9f69cc5bc492.tar.bz2 manaplus-c87a4da5e7a273a38a04b1eab8be9f69cc5bc492.tar.xz manaplus-c87a4da5e7a273a38a04b1eab8be9f69cc5bc492.zip |
Add debug libs into readmes.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,6 +36,8 @@ Doxygen: [![doxygen](https://img.shields.io/badge/Docs-Doxygen/manaplus-blue.svg #### Embedded libs: - [catch](https://github.com/philsquared/Catch) and [doctest](https://github.com/onqtam/doctest) for unit testing. + - [nvwa](https://github.com/adah1972/nvwa) for debug memory leaks. + - [SaferCPlusPlus](https://github.com/duneroadrunner/SaferCPlusPlus) for debug issues in std::vector usage. ### Additional run time deps: - xsel (for clipboard access, used only in SDL 1.2) |