mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
ControlFlow::Wait is more efficient but doesn't appear to currently work well on all platforms. Removed entirely from the earlier examples to keep them as simple as possible, but noted `ControlFlow::Wait` in the last example Closes #542