Skip to content

Commit 7cfed54

Browse files
authored
Update ImGuiFileDialog.h
1 parent 9750877 commit 7cfed54

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ImGuiFileDialog.h

+5-3
Original file line numberDiff line numberDiff line change
@@ -517,13 +517,15 @@ you just need to uncomment that in the config file
517517
518518
#define USE_STD_FILESYSTEM
519519
520+
in this mode dirent is not more required
521+
520522
-----------------------------------------------------------------------------------------------------------------
521523
## How to Integrate ImGuiFileDialog in your project
522524
-----------------------------------------------------------------------------------------------------------------
523525
524526
### ImGuiFileDialog require :
525527
526-
* dirent v1.23 (https://github.com/tronkko/dirent/tree/v1.23) lib, only for windows. Successfully tested with version v1.23 only
528+
* dirent v1.23 (only when USE_STD_FILESYSTEM is not defined) (https://github.com/tronkko/dirent/tree/v1.23) lib, only for windows. Successfully tested with version v1.23 only
527529
* Dear ImGui (https://github.com/ocornut/imgui/tree/master) (with/without tables widgets)
528530
529531
### Customize ImGuiFileDialog :
@@ -554,7 +556,7 @@ ImGuiFontStudio is using also ImGuiFileDialog.
554556
#ifndef IMGUIFILEDIALOG_H
555557
#define IMGUIFILEDIALOG_H
556558

557-
#define IMGUIFILEDIALOG_VERSION "v0.6.1"
559+
#define IMGUIFILEDIALOG_VERSION "v0.6.2"
558560

559561
#ifndef CUSTOM_IMGUIFILEDIALOG_CONFIG
560562
#include "ImGuiFileDialogConfig.h"
@@ -1505,4 +1507,4 @@ IMGUIFILEDIALOG_API void ManageGPUThumbnails( // must be call in gpu zone, po
15051507
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
15061508
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
15071509

1508-
#endif // IMGUIFILEDIALOG_H
1510+
#endif // IMGUIFILEDIALOG_H

0 commit comments

Comments
 (0)