Merge pull request #591 from LoipesMas/patch-1

Minor fixes to README
This commit is contained in:
dbr/Ben 2021-12-28 23:52:52 +11:00 committed by GitHub
commit 9866a303a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ ui.window("Hello world")
- imgui: High-level safe API
- imgui-winit-support: Backend platform implementation that uses the `winit`
crate (latest by default, but earlier versions are supported via feature flags)
- imgui-glow-renderer: Renderer implementation that uses the `imgui` crate
- imgui-glow-renderer: Renderer implementation that uses the `glow` crate
- imgui-glium-renderer: Renderer implementation that uses the `glium` crate
- imgui-sys: Low-level unsafe API (automatically generated)