mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -04:00
This adds a new `Ui::unique_id` used in `Ui::response`. I'll make a follow-up PR where the old `id` is renamed `stable_id`, and deprecate `fn id` to force users to think through which `id` they want. * Closes https://github.com/emilk/egui/issues/5190