mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
RepaintSignal now implements Sync so it can be sent to another thread
Fixes https://github.com/emilk/egui/issues/82
This commit is contained in:
@@ -9,6 +9,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Fixed 🐛
|
||||
|
||||
* `RepaintSignal` now implements `Sync` so it can be sent to a background thread.
|
||||
|
||||
|
||||
## 0.6.0 - 2020-12-26
|
||||
|
||||
### Added ⭐
|
||||
|
||||
Reference in New Issue
Block a user