mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-26 03:36:32 +11:00
Deprecate the stdweb backend (#1712)
* Deprecate the stdweb backend * Add a changelog entry * Fmt * Move the deprecation notice
This commit is contained in:
parent
d612a1b5a1
commit
1c97a310b1
2 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
||||||
- On macOS, updated core-* dependencies and cocoa.
|
- On macOS, updated core-* dependencies and cocoa.
|
||||||
- Bump `parking_lot` to 0.11
|
- Bump `parking_lot` to 0.11
|
||||||
- On Android, bump `ndk`, `ndk-sys` and `ndk-glue` to 0.2. Checkout the new ndk-glue main proc attribute.
|
- On Android, bump `ndk`, `ndk-sys` and `ndk-glue` to 0.2. Checkout the new ndk-glue main proc attribute.
|
||||||
|
- Deprecate the stdweb backend, to be removed in a future release
|
||||||
- **Breaking:** Prefixed virtual key codes `Add`, `Multiply`, `Divide`, `Decimal`, and `Subtract` with `Numpad`.
|
- **Breaking:** Prefixed virtual key codes `Add`, `Multiply`, `Divide`, `Decimal`, and `Subtract` with `Numpad`.
|
||||||
- Added `Asterisk` and `Plus` virtual key codes.
|
- Added `Asterisk` and `Plus` virtual key codes.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#![deprecated(since = "0.23.0", note = "Please migrate to web-sys over stdweb")]
|
||||||
|
|
||||||
mod canvas;
|
mod canvas;
|
||||||
mod event;
|
mod event;
|
||||||
mod scaling;
|
mod scaling;
|
||||||
|
|
Loading…
Add table
Reference in a new issue