Skip to content

Commit b981280

Browse files
committed
[INC] : increased IGFD version to v0.6.7
1 parent f8e6de3 commit b981280

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

ImGuiFileDialog.h

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,21 @@ SOFTWARE.
4343
/*
4444
// generated with "Text to ASCII Art Generator (TAAG)"
4545
// https://patorjk.com/software/taag/#p=display&h=1&v=0&f=Big&t=ImGuiFileDialog%0Av0.6.5
46-
_____ _____ _ ______ _ _ _____ _ _
47-
|_ _| / ____| (_) ____(_) | | __ \(_) | |
48-
| | _ __ ___ | | __ _ _ _| |__ _| | ___| | | |_ __ _| | ___ __ _
49-
| | | '_ ` _ \| | |_ | | | | | __| | | |/ _ \ | | | |/ _` | |/ _ \ / _` |
50-
_| |_| | | | | | |__| | |_| | | | | | | __/ |__| | | (_| | | (_) | (_| |
51-
|_____|_| |_| |_|\_____|\__,_|_|_| |_|_|\___|_____/|_|\__,_|_|\___/ \__, |
52-
_________________________________________________________________________/ |
53-
|__________________________________________________________________________/
54-
___ __ __
55-
/ _ \ / / / /
56-
__ __| | | | / /_ / /_
57-
\ \ / /| | | | | '_ \ | '_ \
58-
\ V / | |_| |_| (_) |_| (_) |
59-
\_/ \___/(_)\___/(_)\___/
6046
47+
_____ _____ _ ______ _ _ _____ _ _
48+
|_ _| / ____| (_)| ____|(_)| | | __ \ (_) | |
49+
| | _ __ ___ | | __ _ _ _ | |__ _ | | ___ | | | | _ __ _ | | ___ __ _
50+
| | | '_ ` _ \ | | |_ || | | || || __| | || | / _ \| | | || | / _` || | / _ \ / _` |
51+
_| |_ | | | | | || |__| || |_| || || | | || || __/| |__| || || (_| || || (_) || (_| |
52+
|_____||_| |_| |_| \_____| \__,_||_||_| |_||_| \___||_____/ |_| \__,_||_| \___/ \__, |
53+
__/ |
54+
|___/
55+
___ __ ______
56+
/ _ \ / / |____ |
57+
__ __| | | | / /_ / /
58+
\ \ / /| | | | | '_ \ / /
59+
\ V / | |_| |_| (_) |_ / /
60+
\_/ \___/(_)\___/(_)/_/
6161
6262
github repo : https://github.com/aiekick/ImGuiFileDialog
6363
this section is the content of the ReadMe.md file
@@ -73,7 +73,7 @@ solutions.
7373
7474
## ImGui Supported Version
7575
76-
ImGuiFileDialog follow the master and docking branch of ImGui . currently ImGui 1.89.7 WIP
76+
ImGuiFileDialog follow the master and docking branch of ImGui . currently ImGui 1.90.1 WIP
7777
7878
## Structure
7979
@@ -1121,8 +1121,8 @@ The Custom Icon Font (in CustomFont.cpp and CustomFont.h) was made with ImGuiFon
11211121

11221122
#pragma region IGFD VERSION
11231123

1124-
// compatible with 1.89.7 WIP
1125-
#define IMGUIFILEDIALOG_VERSION "v0.6.6"
1124+
// compatible with 1.90.1 WIP
1125+
#define IMGUIFILEDIALOG_VERSION "v0.6.7"
11261126

11271127
#pragma endregion
11281128

0 commit comments

Comments
 (0)