Update imgui version in readme badge

Also note it in update process
This commit is contained in:
dbr 2023-01-09 19:26:06 +10:30
parent 52a44edbbb
commit 50337fb9b0
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
[![Build Status](https://github.com/imgui-rs/imgui-rs/workflows/ci/badge.svg)](https://github.com/imgui-rs/imgui-rs/actions)
[![Latest release on crates.io](https://img.shields.io/crates/v/imgui.svg)](https://crates.io/crates/imgui)
[![Documentation on docs.rs](https://docs.rs/imgui/badge.svg)](https://docs.rs/imgui)
[![Wrapped Dear ImGui Version](https://img.shields.io/badge/Dear%20ImGui%20Version-1.86.0-blue.svg)](https://github.com/ocornut/imgui)
[![Wrapped Dear ImGui Version](https://img.shields.io/badge/Dear%20ImGui%20Version-1.89.1-blue.svg)](https://github.com/ocornut/imgui)
![Hello world](hello_world.png)

View File

@ -12,6 +12,7 @@ In short, there are a few steps:
2. Run cimgui to generate C wrapper for imgui
3. Run bindgen
4. Fix up the imgui-rs wrapper
5. Update version in README badge (edit the URL)
## Step by step