Skip to content

Commit f39cc48

Browse files
authored
Update README.md
1 parent 3d91e54 commit f39cc48

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@ compiler where to find the source code declared in `ImGuiFileDialog.h` which you
6464
You must also, of course, have added [Dear ImGui](https://github.com/ocornut/imgui) to your project for this to work at
6565
all.
6666

67-
[dirent v1.23](https://github.com/tronkko/dirent/tree/v1.23) is required to use ImGuiFileDialog under Windows. It is
68-
included in the Lib_Only branch for your convenience.
67+
ImguiFileDialog is agnostic about the filesystem api you can use.
68+
It provide a IFileSystem you can override for your needs
69+
70+
by default you can use dirent or std::fielsystem. you have also a demo of uisng boos filesystem api in the DemoApp branch
6971

7072
Android Requirements : Api 21 mini
7173

0 commit comments

Comments
 (0)