diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index bf10787..861d779 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -8392,8 +8392,3 @@ dependencies = [ "syn 2.0.117", "winnow 1.0.2", ] - -[[patch.unused]] -name = "tao" -version = "0.34.5" -source = "git+https://github.com/tauri-apps/tao?branch=fix-windows-white-flash#cf28a8e8f205bf5cd7a41c4d7fc54ed9247c5f93" diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ab4b9e7..d1f3032 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -59,6 +59,3 @@ objc = "0.2" zbus = { version = "5" } x11rb = "0.13" gtk = "0.18" - -[patch.crates-io] -tao = { git = "https://github.com/tauri-apps/tao", branch = "fix-windows-white-flash" }