On Web, implement Send and Sync where appropriate (#2834)
This commit is contained in:
parent
eb2d3894ef
commit
8f7f3efc0d
21 changed files with 609 additions and 196 deletions
|
|
@ -68,6 +68,9 @@ And please only add new entries to the top of this list, right below the `# Unre
|
|||
- **Breaking:** On Web, dropped support for Safari versions below 13.
|
||||
- On Web, prevent clicks on the canvas to select text.
|
||||
- On Web, use high-frequency pointer input events when supported by the browser.
|
||||
- On Web, `EventLoopProxy` now implements `Send`.
|
||||
- On Web, `Window` now implements `Send` and `Sync`.
|
||||
- **Breaking:** `WindowExtWebSys::canvas()` now returns an `Option`.
|
||||
|
||||
# 0.28.6
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue