diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-07 16:54:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-07 16:54:40 +0300 |
commit | e9492b0913465c274ff9bf28934967febb553db3 (patch) | |
tree | 317ca171ca9301d2693bd3a59f9cabb0281ce0e9 | |
parent | 38183dc6a6e4511f76d2792bf36ade013da1992b (diff) | |
download | ManaVerse-e9492b0913465c274ff9bf28934967febb553db3.tar.gz ManaVerse-e9492b0913465c274ff9bf28934967febb553db3.tar.bz2 ManaVerse-e9492b0913465c274ff9bf28934967febb553db3.tar.xz ManaVerse-e9492b0913465c274ff9bf28934967febb553db3.zip |
Add pugixml into readme files.
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | README.txt | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -12,7 +12,7 @@ THE MANA PLUS CLIENT Powered by: - SDL, SDL_image, SDL_mixer, SDL_ttf, SDL_net (Media framework), SDL_gfx - - libxml2 (XML parsing and writing) + - libxml2 or pugixml (XML parsing and writing) - PhysFS (Data files) - libcurl (HTTP downloads) - zlib (Archives) @@ -14,7 +14,7 @@ Version: 1.7.2.4 Date: 2017-02-04 ### Powered by: - [SDL](http://libsdl.org/), SDL_image, SDL_mixer, SDL_ttf, SDL_net (Media framework), SDL_gfx - - [libxml2](http://xmlsoft.org/) (XML parsing and writing) + - [libxml2](http://xmlsoft.org/) or [pugixml](http://pugixml.org/) (XML parsing and writing) - [PhysFS](https://icculus.org/physfs/) (Data files) - [libcurl](http://curl.haxx.se/) (HTTP downloads) - [zlib](http://zlib.net/) (Archives) diff --git a/README.txt b/README.txt index 366d4d02d..2d61516a4 100644 --- a/README.txt +++ b/README.txt @@ -12,7 +12,7 @@ THE MANA PLUS CLIENT Powered by:
- SDL, SDL_image, SDL_mixer, SDL_ttf, SDL_net (Media framework), SDL_gfx
- - libxml2 (XML parsing and writing)
+ - libxml2 or pugixml (XML parsing and writing)
- PhysFS (Data files)
- libcurl (HTTP downloads)
- zlib (Archives)
|