File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ generated with "Text to ASCII Art Generator (TAAG)"
22
22
23
23
MIT License
24
24
25
- Copyright (c) 2018-2024 Stephane Cuillerdier (aka aiekick)
25
+ Copyright (c) 2018-2025 Stephane Cuillerdier (aka aiekick)
26
26
27
27
Permission is hereby granted, free of charge, to any person obtaining a copy
28
28
of this software and associated documentation files (the "Software"), to deal
@@ -46,7 +46,7 @@ SOFTWARE.
46
46
#pragma once
47
47
48
48
#define IGFD_VERSION " v0.6.8"
49
- #define IGFD_IMGUI_SUPPORTED_VERSION " 1.90.5 WIP"
49
+ #define IGFD_IMGUI_SUPPORTED_VERSION " 1.92.0 WIP"
50
50
51
51
// Config file
52
52
#ifndef CUSTOM_IMGUIFILEDIALOG_CONFIG
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ solutions.
24
24
25
25
> [ !NOTE]
26
26
> ImGuiFileDialog follow the master and docking branch of ImGui.
27
- > Currently : [ ![ Wrapped Dear ImGui Version] ( https://img.shields.io/badge/Dear%20ImGui%20Version-1.90.5 -blue.svg )] ( https://github.com/ocornut/imgui )
27
+ > Currently : [ ![ Wrapped Dear ImGui Version] ( https://img.shields.io/badge/Dear%20ImGui%20Version-1.92.0 -blue.svg )] ( https://github.com/ocornut/imgui )
28
28
29
29
### Documentation :
30
30
67
67
ImguiFileDialog is agnostic about the filesystem api you can use.
68
68
It provides a IFileSystem you can override for your needs.
69
69
70
- By default you can use dirent or std::filesystem. you have also a demo of uisng boos filesystem api in the DemoApp branch
70
+ By default you can use dirent or std::filesystem. you have also a demo of using boost filesystem api in the DemoApp branch
71
71
72
72
Android Requirements : Api 21 mini
73
73
You can’t perform that action at this time.
0 commit comments