Skip to content
Unverified Commit ab717edb authored by Marijn's avatar Marijn
Browse files

core: Expand `windows` version range to include `0.60` release

See the latest windows-rs crate releases at
https://github.com/microsoft/windows-rs/releases/tag/0.62.0 (tag has the
wrong number).

The argument type for the closure in `EventHandler` changed from
`&Option<T>` to `Ref<T>` which is basically a "borrow of" an `Option`
internally.  It exposes a `.as_ref()` returning `&T`, meaning the new
API is still code-compatible with older `windows` releases even if the
type of `g` is different.
parent d63f4074
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment