mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
Update readme
This commit is contained in:
parent
e36844719e
commit
100f83c755
@ -4,7 +4,7 @@
|
||||
|
||||
Minimum Rust version: 1.40
|
||||
|
||||
Wrapped Dear ImGui version: 1.75
|
||||
Wrapped Dear ImGui version: 1.76
|
||||
|
||||
[](https://github.com/Gekkio/imgui-rs/actions)
|
||||
[](https://crates.io/crates/imgui)
|
||||
@ -35,7 +35,7 @@ Window::new(im_str!("Hello world"))
|
||||
* imgui-gfx-renderer: Renderer implementation that uses the `gfx` crate (*not
|
||||
the new gfx-hal crate*)
|
||||
* imgui-winit-support: Backend platform implementation that uses the `winit`
|
||||
crate (0.19 by default, but 0.20 is supported via the `winit-20` feature)
|
||||
crate (0.22 by default, but 0.19-0.21 are supported via feature flags)
|
||||
* imgui-sys: Low-level unsafe API (automatically generated)
|
||||
|
||||
## Features
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user