Fix macOS IME regression

Fixes 5669.
This commit is contained in:
David 2022-01-06 11:31:45 +08:00 committed by GitHub
parent db83902319
commit 50c7c2b469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

5
Cargo.lock generated
View File

@ -1889,12 +1889,11 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "winit"
version = "0.26.0"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70466a5f4825cc88c92963591b06dbc255420bffe19d847bfcda475e82d079c0"
checksum = "9b43cc931d58b99461188607efd7acb2a093e65fc621f54cad78517a6063e73a"
dependencies = [
"bitflags",
"block",
"cocoa",
"core-foundation 0.9.2",
"core-graphics 0.22.3",