Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Release v1.89.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Sep 3, 2023
1 parent 82e1f8e commit d746bcb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LibCImGui"
uuid = "9be01004-c4f5-478b-abeb-cb32b114cf5e"
authors = ["Yupei Qi <[email protected]>"]
version = "1.89.4"
version = "1.89.5"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand Down
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@
[![TagBot](https://github.com/JuliaImGui/LibCImGui.jl/actions/workflows/TagBot.yml/badge.svg)](https://github.com/JuliaImGui/LibCImGui.jl/actions/workflows/TagBot.yml)
[![Coverage](https://codecov.io/gh/JuliaImGui/LibCImGui.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaImGui/LibCImGui.jl)

Julia language binding for [cimgui](https://github.com/cimgui/cimgui)(docking branch), [cimplot](https://github.com/cimgui/cimplot), and [cimnodes](https://github.com/cimgui/cimnodes).
Julia language binding for [cimgui](https://github.com/cimgui/cimgui)(docking
branch), [cimplot](https://github.com/cimgui/cimplot), and
[cimnodes](https://github.com/cimgui/cimnodes).

The code the bindings are generated from come from the
[CImGuiPack](https://github.com/JuliaPackaging/Yggdrasil/tree/master/C/CImGuiPack)
JLL, which is built from the
[cimgui-pack](https://github.com/JuliaImGui/cimgui-pack) repo. Note that the
versioning of this repo *does not* exactly match upstream Dear ImGui, we only
match the major and minor version. The patch version is specific to
LibCImGui.jl. See the release notes for the exact Dear ImGui version used for
each LibCImGui.jl release.

## Installation
```
Expand Down

0 comments on commit d746bcb

Please sign in to comment.