We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d91e54 commit f39cc48Copy full SHA for f39cc48
1 file changed
README.md
@@ -64,8 +64,10 @@ compiler where to find the source code declared in `ImGuiFileDialog.h` which you
64
You must also, of course, have added [Dear ImGui](https://github.com/ocornut/imgui) to your project for this to work at
65
all.
66
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.
+ImguiFileDialog is agnostic about the filesystem api you can use.
+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
71
72
Android Requirements : Api 21 mini
73
0 commit comments