File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 29
29
* NOTE: Avoids including tinyfiledialogs depencency library
30
30
*
31
31
* VERSIONS HISTORY:
32
+ * 3.0 (19-Sep-2023) **RE-RELEASE**
33
+ * ADDED: Support screen scaling x2
34
+ * UPDATED: Using raygui 4.0, latest GuiTextBox() features
35
+ *
32
36
* 3.0 (28-May-2023) ADDED: Support macOS builds (x86_64 + arm64)
33
37
* ADDED: New platform template: macOS
34
38
* ADDED: Support for load/save .icns files
40
44
* REVIEWED: Image packaging into a single .zip not default
41
45
* REVIEWED: Command-line interface, using icon bucket
42
46
* REDESIGNED: Structure to support icon bucket
43
- * REDESIGNED: Using raygui 4.0
47
+ * REDESIGNED: Using raygui 4.0-dev
44
48
*
45
49
* 2.2 (13-Dec-2022) ADDED: Welcome window with sponsors info
46
50
* REDESIGNED: Main toolbar to add tooltips
107
111
#define TOOL_VERSION "3.0"
108
112
#define TOOL_DESCRIPTION "A simple and easy-to-use icons packer and extractor"
109
113
#define TOOL_DESCRIPTION_BREAK "A simple and easy-to-use\nicons packer and extractor"
110
- #define TOOL_RELEASE_DATE "May .2023"
114
+ #define TOOL_RELEASE_DATE "Sep .2023"
111
115
#define TOOL_LOGO_COLOR 0xffc800ff
112
116
113
117
#include "raylib.h"
You can’t perform that action at this time.
0 commit comments