diff --git a/Cargo.toml b/Cargo.toml index 9aa5d983..d21b59fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ libc = "0.2" log = "0.4" serde = { version = "1", optional = true, features = ["serde_derive"] } derivative = "1.0.2" -raw-window-handle = { git = "https://github.com/ryanisaacg/raw-window-handle", branch = "add-web-support" } +raw-window-handle = "0.2.0" [dev-dependencies] image = "0.21"