Skip to content

Commit

Permalink
[UPD] : update Readme and Lib
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Apr 5, 2024
1 parent b8e323e commit bc8ece4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ImGuiFileDialog
Submodule ImGuiFileDialog updated 1 files
+6 −5 README.md
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ solutions.
> ImGuiFileDialog follow the master and docking branch of ImGui.
> Currently : [![Wrapped Dear ImGui Version](https://img.shields.io/badge/Dear%20ImGui%20Version-1.90.4-blue.svg)](https://github.com/ocornut/imgui)
### Documentation :

> [!NOTE]
> for a complete explanation and howto about ImGuiFileDialog Api,
> you can check the [**Documentation**](https://github.com/aiekick/ImGuiFileDialog/blob/master/Documentation.md)
## Structure

* The library is in [Master branch](https://github.com/aiekick/ImGuiFileDialog/tree/master)
Expand Down Expand Up @@ -128,11 +134,6 @@ void drawGui() {

![alt text](https://github.com/aiekick/ImGuiFileDialog/blob/DemoApp/doc/dlg_simple.gif)

### Documentation :

for a complete explantion and howto about ImGuiFileDialog Api,
you can check the Documentation [HERE](https://github.com/aiekick/ImGuiFileDialog/blob/master/Documentation.md)

### How to build the sample app

The sample app is [here in master branch]((https://github.com/aiekick/ImGuiFileDialog/tree/master)
Expand Down

0 comments on commit bc8ece4

Please sign in to comment.