Demo: Added a "Configuration" block to make io.ConfigFlags/io.BackendFlags more prominent.

This commit is contained in:
omar
2018-09-05 17:14:37 +02:00
parent b944aa623c
commit bbcc976739
4 changed files with 81 additions and 33 deletions

View File

@ -35,6 +35,7 @@ HOW TO UPDATE?
Other Changes:
- Fixed a build issue with non-Cygwin GCC under Windows.
- Demo: Added a "Configuration" block to make io.ConfigFlags/io.BackendFlags more prominent.
- Examples: OpenGL3: Fixed error condition when using the GLAD loader. (#2059, #2002). [@jiri]