Skip to content

Commit 422bbff

Browse files
committed
update readme
1 parent 1a4966c commit 422bbff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ImGuiFileDialog.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ generated with "Text to ASCII Art Generator (TAAG)"
2222
2323
MIT License
2424
25-
Copyright (c) 2018-2024 Stephane Cuillerdier (aka aiekick)
25+
Copyright (c) 2018-2025 Stephane Cuillerdier (aka aiekick)
2626
2727
Permission is hereby granted, free of charge, to any person obtaining a copy
2828
of 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

@@ -67,7 +67,7 @@ all.
6767
ImguiFileDialog is agnostic about the filesystem api you can use.
6868
It 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

7272
Android Requirements : Api 21 mini
7373

0 commit comments

Comments
 (0)