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 | |
parent | 6709af855481c45a83155adafb6c3a888b4a1a6f (diff) | |
download | plus-c87a4da5e7a273a38a04b1eab8be9f69cc5bc492.tar.gz plus-c87a4da5e7a273a38a04b1eab8be9f69cc5bc492.tar.bz2 plus-c87a4da5e7a273a38a04b1eab8be9f69cc5bc492.tar.xz plus-c87a4da5e7a273a38a04b1eab8be9f69cc5bc492.zip |
Add debug libs into readmes.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ THE MANA PLUS CLIENT Embedded libs: - catch and doctest for unit testing. + - nvwa for debug memory leaks. + - SaferCPlusPlus for debug issues in std::vector usage. Additiona run time deps: - xsel (for clipboard access, used only in SDL 1.2) |