Skip to content

Commit

Permalink
Update ImGuiFileDialog.h
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick authored Sep 30, 2021
1 parent 9750877 commit 7cfed54
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ImGuiFileDialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -517,13 +517,15 @@ you just need to uncomment that in the config file
#define USE_STD_FILESYSTEM
in this mode dirent is not more required
-----------------------------------------------------------------------------------------------------------------
## How to Integrate ImGuiFileDialog in your project
-----------------------------------------------------------------------------------------------------------------
### ImGuiFileDialog require :
* dirent v1.23 (https://github.com/tronkko/dirent/tree/v1.23) lib, only for windows. Successfully tested with version v1.23 only
* 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
* Dear ImGui (https://github.com/ocornut/imgui/tree/master) (with/without tables widgets)
### Customize ImGuiFileDialog :
Expand Down Expand Up @@ -554,7 +556,7 @@ ImGuiFontStudio is using also ImGuiFileDialog.
#ifndef IMGUIFILEDIALOG_H
#define IMGUIFILEDIALOG_H

#define IMGUIFILEDIALOG_VERSION "v0.6.1"
#define IMGUIFILEDIALOG_VERSION "v0.6.2"

#ifndef CUSTOM_IMGUIFILEDIALOG_CONFIG
#include "ImGuiFileDialogConfig.h"
Expand Down Expand Up @@ -1505,4 +1507,4 @@ IMGUIFILEDIALOG_API void ManageGPUThumbnails( // must be call in gpu zone, po
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

#endif // IMGUIFILEDIALOG_H
#endif // IMGUIFILEDIALOG_H

0 comments on commit 7cfed54

Please sign in to comment.