update README

This commit is contained in:
Vadim Lopatin 2016-04-07 16:08:23 +03:00
parent 67165ad9e5
commit e5fe452d16
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Main features:
* Fallback to pure Win32 API / SDL / X11 when OpenGL is not available (e.g. opengl dynamic library cannot be loaded)
* Actually it's a port (with major refactoring) of GUI library for cross platform OpenGL based implementation of Cool Reader app project from C++.
* Non thread safe - all UI operations should be preformed in single thread
* Simple 3d engine - allows to embed 3D scenes within GUI
Widgets
-------