Update raw-window-handle to 0.2 (#1191)

This commit is contained in:
msiglreith 2019-09-30 17:17:01 +02:00 committed by Ryan G
parent 34348435fd
commit 18a0119b06
4 changed files with 16 additions and 6 deletions

View file

@ -20,7 +20,7 @@ libc = "0.2"
log = "0.4"
serde = { version = "1", optional = true, features = ["serde_derive"] }
derivative = "1.0.2"
raw-window-handle = "0.1"
raw-window-handle = "0.2"
[dev-dependencies]
image = "0.21"