Updated winit to 0.27.2 for examples and raw-window-handle to 0.5.0
This commit is contained in:
parent
bef3c52706
commit
d30d3255c2
8 changed files with 72 additions and 41 deletions
|
|
@ -15,7 +15,7 @@ exclude = ["examples"]
|
|||
|
||||
[dependencies]
|
||||
thiserror = "1.0.30"
|
||||
raw-window-handle = "0.4.2"
|
||||
raw-window-handle = "0.5.0"
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
tempfile = "3.3.0"
|
||||
|
|
@ -41,7 +41,7 @@ features = ["CanvasRenderingContext2d", "Document", "Element", "HtmlCanvasElemen
|
|||
|
||||
[dev-dependencies]
|
||||
instant = "0.1.12"
|
||||
winit = "0.26.1"
|
||||
winit = "0.27.2"
|
||||
|
||||
[dev-dependencies.image]
|
||||
version = "0.23.14"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue