- add a new template for raylib shader apps

This commit is contained in:
Roy Qu 2022-01-23 23:28:34 +08:00
parent 609f611e8f
commit 8cffef2cb6
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ Red Panda C++ Version 0.13.3
- fix: ')' not correctly skip in the editor when no highlighter is assigned (the editing file is a not c/cpp source file);
- fix: Undo in the editor will lose line indents when no highlighter is assigned (the editing file is a not c/cpp source file);
- enhancement: highlighter for GLSL (OpenGL Shading Language)
- add a new template for raylib shader apps
Red Panda C++ Version 0.13.2
- fix: "delete and exit" button in the environtment / folder option page doesn't work correctly