mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
Release Alpha 4 (#1187)
* Release Alpha 4. TODO CHANGELOG RELEASE DATE * Add changelog date
This commit is contained in:
parent
28e3c35547
commit
429bbfade0
|
@ -1,5 +1,7 @@
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
# 0.20.0 Alpha 4 (2019-10-18)
|
||||||
|
|
||||||
- Add web support via the 'stdweb' or 'web-sys' features
|
- Add web support via the 'stdweb' or 'web-sys' features
|
||||||
- On Windows, implemented function to get HINSTANCE
|
- On Windows, implemented function to get HINSTANCE
|
||||||
- On macOS, implement `run_return`.
|
- On macOS, implement `run_return`.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "winit"
|
name = "winit"
|
||||||
version = "0.20.0-alpha3"
|
version = "0.20.0-alpha4"
|
||||||
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