Skip to content

Commit 61c600b

Browse files
committed
Release RmlUi 5.0
1 parent 99946aa commit 61c600b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ endif(POLICY CMP0074)
5555

5656
project(RmlUi LANGUAGES C CXX VERSION 5.0)
5757

58-
set(RMLUI_VERSION_RELEASE false)
58+
set(RMLUI_VERSION_RELEASE true)
5959

6060
if(RMLUI_VERSION_RELEASE)
6161
set(RMLUI_VERSION_SUFFIX "")

readme.md

+3
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,9 @@ Users can now edit the text field to change the animal. The data bindings ensure
360360
**Sandbox from the 'demo' sample, try it yourself!**\
361361
![Sandbox](https://github.com/mikke89/RmlUiDoc/blob/3f319d8464e73b821179ff8d20537013af5b9810/assets/gallery/sandbox.png)
362362
363+
**Visual testing framework**\
364+
![Sandbox](https://github.com/mikke89/RmlUiDoc/blob/c7253748d1bcf6dd33d97ab4fe8b6731a7ee3dac/assets/gallery/visual_tests_flex.png)
365+
363366
**Transitions on mouse hover (entirely in RCSS)**\
364367
![Transition](https://github.com/mikke89/RmlUiDoc/blob/3f319d8464e73b821179ff8d20537013af5b9810/assets/gallery/transition.gif)
365368

0 commit comments

Comments
 (0)