1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 23:13:13 -04:00
Files
egui/crates
Bruno Paré-Simard db99eb3187 correcting compile errors
- replace switch fn with closures in some places.
- integrate the switch fn inside the main switch.
- make sure lifetime are defined for PanelSizer.
- remove some `mut`, `&`, and `*` where they superfluous.
- wrongly called `ctx()` when it was a variable 🤦.
- cannot use `impl Trait` in a variable declaration type.
2025-01-30 14:30:40 -05:00
..
2025-01-30 14:30:40 -05:00
2023-04-18 15:52:45 +02:00