From e5fe452d16293b5c8935999196283c28348a5f85 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Thu, 7 Apr 2016 16:08:23 +0300 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef43d429..cfe540b5 100644 --- a/README.md +++ b/README.md @@ -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 -------