mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Review version numbering
After some thinking and considering that library is still being reviewed and current version suppose a complete redesign comparing to previous versions, we considered that NEW version deserves a major number change instead of minor. So, next raygui will be 2.0.
This commit is contained in:
@ -3,8 +3,8 @@
|
||||
* raygui - image exporter
|
||||
*
|
||||
* DEPENDENCIES:
|
||||
* raylib 2.1-dev - Windowing/input management and drawing.
|
||||
* raygui 2.1-dev - Immediate-mode GUI controls.
|
||||
* raylib 2.1 - Windowing/input management and drawing.
|
||||
* raygui 2.0 - Immediate-mode GUI controls.
|
||||
*
|
||||
* COMPILATION (Windows - MinGW):
|
||||
* gcc -o $(NAME_PART).exe $(FILE_NAME) -I../../src -lraylib -lopengl32 -lgdi32 -std=c99
|
||||
|
||||
Reference in New Issue
Block a user