QuantumBadger / Speedy2D

Rust library for hardware accelerated drawing of 2D shapes, images, and text, with an easy to use API.
Apache License 2.0
386 stars 42 forks source link

UserEventSender: Clone should not require T to be clone #94

Closed matklad closed 1 year ago

matklad commented 1 year ago

https://docs.rs/speedy2d/1.12.0/src/speedy2d/window.rs.html#55

I don't know how it works interanlly, but istm that Clone should be implemnted even if the underlying event isn't clone