Specify minimum supported version for RWH 0.4
Winit uses raw-window-handle of version 0.4.3, but only 0.4.0 was specified.
This commit is contained in:
parent
92ddb3483e
commit
a4695c5397
2 changed files with 2 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ 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" }
|
||||
raw_window_handle_04 = { package = "raw-window-handle", version = "0.4.3" }
|
||||
bitflags = "1"
|
||||
mint = { version = "0.5.6", optional = true }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue