mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
Release 0.20.0 Alpha 1 (#913)
This commit is contained in:
parent
e2c84725de
commit
8d6e8bb8d1
|
@ -1,5 +1,7 @@
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
# 0.20.0 Alpha 1
|
||||||
|
|
||||||
- Changes below are considered **breaking**.
|
- Changes below are considered **breaking**.
|
||||||
- Change all occurrences of `EventsLoop` to `EventLoop`.
|
- Change all occurrences of `EventsLoop` to `EventLoop`.
|
||||||
- Previously flat API is now exposed through `event`, `event_loop`, `monitor`, and `window` modules.
|
- Previously flat API is now exposed through `event`, `event_loop`, `monitor`, and `window` modules.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "winit"
|
name = "winit"
|
||||||
version = "0.19.1"
|
version = "0.20.0-alpha1"
|
||||||
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
||||||
description = "Cross-platform window creation library."
|
description = "Cross-platform window creation library."
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
Loading…
Reference in a new issue