summaryrefslogtreecommitdiff
path: root/examples/custom_keypad
AgeCommit message (Expand)Author
2024-09-11Make Light & Dark Visuals Customizable When Following The System Theme (#4744)Tau Gärtli
2024-06-25`eframe::Result` is now short for `eframe::Result<()>` (#4706)Emil Ernerfeldt
2024-05-28Support returning errors when creating the app (#4565)Emil Ernerfeldt
2024-04-25Replace cargo-cranky with workspace lints (#4413)Emil Ernerfeldt
2024-04-25Update to Rust 1.76 (#4411)Emil Ernerfeldt
2024-03-20On touch screens, press-and-hold equals a secondary click (#4195)Emil Ernerfeldt
2024-03-12eframe: Added `App::raw_input_hook` allows for the manipulation or filtering ...Varphone Wong