Update readme

This commit is contained in:
Dmitry Marakasov 2014-12-29 07:02:02 +03:00
parent e439ce849c
commit 7d65c0809e

View File

@ -64,6 +64,7 @@ Currently, the library provides wrapper classes for
* SDL_Renderer * SDL_Renderer
* SDL_Texture * SDL_Texture
* SDL_Window * SDL_Window
* SDL_ttf (full support)
each with subset of methods corresponding to SDL functions working each with subset of methods corresponding to SDL functions working
with sepcific type of object and in some cases additional convenience with sepcific type of object and in some cases additional convenience
@ -84,6 +85,7 @@ Dependencies:
* cmake * cmake
* SDL2 * SDL2
* SDL_image2 (optional) * SDL_image2 (optional)
* SDL_ttf2 (optional)
To build standalone version: To build standalone version: