diff --git a/Cargo.toml b/Cargo.toml index 1a9df20..b59ee18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ targets = [ "x86_64-apple-darwin", "x86_64-pc-windows-msvc" ] raw-window-handle = "0.5" [dev-dependencies] -tao = "0.17" +tao = "0.18" winit = "0.28" [target."cfg(target_os = \"windows\")".dependencies.windows-sys]