How can I enter decimal numbers in a TextEdit field?
I want to be able to enter decimal numbers in a TextEdit
field, but with the following method I can only enter whole numbers:
mismatched types in egui rust
im running an example from the egui repo, and have had the same problem when making an app of my own. I am fairly new to rust, when I compile the following error is thrown: mismatched types
expected struct Box<(dyn App + 'static)>
found enum Result<Box<MyApp>, _>
.
Updating a custom egui backend from version 13.1 to 27.2, text size is no longer calculated
I’m trying to port egui to eink devices using FBInk as the backend. Based on this. The backend worked fine before the update, but now text sizes are not calculated: