chore(deps): update rust crate tao to 0.25 (#64)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-02-04 00:28:47 +02:00
committed by GitHub
parent b7ae4f6da5
commit 0b36ec7b2d

View File

@@ -19,7 +19,7 @@ targets = [ "x86_64-apple-darwin", "x86_64-pc-windows-msvc" ]
raw-window-handle = "0.5"
[dev-dependencies]
tao = { version = "0.24", features = ["rwh_05"] }
tao = { version = "0.25", features = ["rwh_05"] }
winit = {version = "0.29", default-features = false, features = ["x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita", "rwh_05"] }
[target."cfg(target_os = \"windows\")".dependencies]