Update README with version

This commit is contained in:
dbr 2023-01-12 10:19:15 +10:30
parent a08f0d63d9
commit 9d5b80c14a
2 changed files with 3 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.89.1-blue.svg)](https://github.com/ocornut/imgui)
[![Wrapped Dear ImGui Version](https://img.shields.io/badge/Dear%20ImGui%20Version-1.89.2-blue.svg)](https://github.com/ocornut/imgui)
![Hello world](hello_world.png)

View File

@ -84,6 +84,8 @@ In short, there are a few steps:
cargo run --example test_window_impl
```
9. Update README to reference correct Dear ImGui (updating the URL in the badge)
## Common sources of problems
### Function changes