# dear-imgui
⚠️ **This crate has been deprecated.**
Please use **[dear-imgui-rs](https://crates.io/crates/dear-imgui-rs)** instead.
## Migration
The new `dear-imgui-rs` crate provides:
- Modern Rust binding for Dear ImGui
- First-class support for docking
- WGPU and OpenGL backends
- Popular extensions: ImGuizmo, ImNodes, ImPlot
- Active maintenance and updates
**Crate:** https://crates.io/crates/dear-imgui-rs
**Repository:** https://github.com/Latias94/dear-imgui
## Why the change?
This crate name is being retired to avoid confusion and redirect users to the actively maintained binding. Version 0.3.0 is published as an empty placeholder to facilitate this transition.
For more context, see [imgui#8964](https://github.com/ocornut/imgui/issues/8964).