Remove compatibility shim for raw-window-handle 0.4

This commit is contained in:
Alphyr 2022-12-24 13:53:46 +01:00 committed by GitHub
parent 94e4c394e7
commit 58ec458877
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 105 deletions

View file

@ -51,7 +51,6 @@ once_cell = "1.12"
log = "0.4"
serde = { version = "1", optional = true, features = ["serde_derive"] }
raw_window_handle = { package = "raw-window-handle", version = "0.5" }
raw_window_handle_04 = { package = "raw-window-handle", version = "0.4.3" }
bitflags = "1"
mint = { version = "0.5.6", optional = true }