diff --git a/Cargo.toml b/Cargo.toml index 8b204d1..ecd912a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,6 +50,6 @@ png = "0.17" [dev-dependencies] winit = "0.28" -tao = { git = "https://github.com/tauri-apps/tao", branch = "muda" } -wry = { git = "https://github.com/tauri-apps/wry", branch = "tao-v0.22" } +tao = "0.22" +wry = "0.31" image = "0.24"