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

Commit

Permalink
Merge pull request #7 from JuliaImGui/v1.89.5
Browse files Browse the repository at this point in the history
Release v1.89.5
  • Loading branch information
JamesWrigley authored Sep 7, 2023
2 parents 82e1f8e + d746bcb commit 6ae4a8b
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

2 comments on commit 6ae4a8b

@JamesWrigley
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/90961

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.89.5 -m "<description of version>" 6ae4a8bab14a31ea11fd5847a6af42c6b15aa22d
git push origin v1.89.5

Please sign in to comment.