File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ generated with "Text to ASCII Art Generator (TAAG)"
2222
2323MIT License
2424
25- Copyright (c) 2018-2024 Stephane Cuillerdier (aka aiekick)
25+ Copyright (c) 2018-2025 Stephane Cuillerdier (aka aiekick)
2626
2727Permission is hereby granted, free of charge, to any person obtaining a copy
2828of this software and associated documentation files (the "Software"), to deal
@@ -46,7 +46,7 @@ SOFTWARE.
4646#pragma once
4747
4848#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"
5050
5151// Config file
5252#ifndef CUSTOM_IMGUIFILEDIALOG_CONFIG
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ solutions.
2424
2525> [ !NOTE]
2626> 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 )
2828
2929### Documentation :
3030
6767ImguiFileDialog is agnostic about the filesystem api you can use.
6868It provides a IFileSystem you can override for your needs.
6969
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
7171
7272Android Requirements : Api 21 mini
7373
You can’t perform that action at this time.
0 commit comments