PistonDevelopers / conrod

An easy-to-use, 2D GUI library written entirely in Rust.
Other
3.35k stars 296 forks source link

add editable text widgets into conrod examples #1432

Closed lubosmudrak closed 8 months ago

lubosmudrak commented 3 years ago

This pull request adds TextEdit and TextBox widgets to the conrod examples. Purpose of this change is to expose inconsistency of handling text input widgets under some backends(for example piston_window backend).

I am hoping to write a bug report based on this soon.

lubosmudrak commented 3 years ago

Sorry for inconvenience, but is there a problem with rust-fmt check or are there some other issues with this pull request? Im new to commiting to public repositories. I would like to see this implemented in main to expose bug in piston backend to public.

lubosmudrak commented 8 months ago

Closing the pull request because of no response since 2021.