Skip to content

Commit ee77f19

Browse files
committed
[UPD] : update imgui support version
1 parent a377f9c commit ee77f19

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ImGuiFileDialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ SOFTWARE.
4646
#pragma once
4747

4848
#define IGFD_VERSION "v0.6.8"
49-
#define IGFD_IMGUI_SUPPORTED_VERSION "1.92.0 WIP"
49+
#define IGFD_IMGUI_SUPPORTED_VERSION "1.92.3"
5050

5151
// Config file
5252
#ifndef CUSTOM_IMGUIFILEDIALOG_CONFIG

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2024 Stephane Cuillerdier (aka Aiekick)
3+
Copyright (c) 2018-2025 Stephane Cuillerdier (aka Aiekick)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 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.92.0-blue.svg)](https://github.com/ocornut/imgui)
27+
> Currently : [![Wrapped Dear ImGui Version](https://img.shields.io/badge/Dear%20ImGui%20Version-1.92.3-blue.svg)](https://github.com/ocornut/imgui)
2828
2929
### Documentation :
3030

@@ -161,12 +161,12 @@ You need to have the opengl library installed
161161

162162
### On Linux :
163163

164-
You need many lib : (X11, xrandr, xinerama, xcursor, mesa)
164+
You need many lib : (X11, xrandr, xinerama, xcursor, mesa, wayland)
165165

166166
If you are on debian you can run :
167167

168168
sudo apt-get update
169-
sudo apt-get install libgl1-mesa-dev libx11-dev libxi-dev libxrandr-dev libxinerama-dev libxcursor-dev
169+
sudo apt-get install libgl1-mesa-dev libx11-dev libxi-dev libxrandr-dev libxinerama-dev libxcursor-dev libwayland-dev
170170

171171
### On MacOs :
172172

0 commit comments

Comments
 (0)