Rust bindings to ImGuiFileDialog
Bindings to the ImGuiFileDialog module, a file browser interface for Dear ImGui interfaces, wrapped for use with imgui-rs.
Updated to imgui 0.12 and ImGuiFileDialog #cd5d354 by @CrushedPixel.
Functional bindings to most functionality. The Example doesn't currently build.
bevy_reflect
: Adds #[derive(Reflect)]
to structs.