mirror of
https://github.com/emilk/egui.git
synced 2026-07-13 18:18:55 +00:00
bbf9ac4d4b
We never need to clone it, and none of its methods took `self` as mutable, meaning it wasn't making use of the semantic difference between the two. This API is about to get reworked, and simplifying it is a first step.