From ec264eb07b5233257b158aa987582ba17564b2ed Mon Sep 17 00:00:00 2001 From: isark Date: Sun, 9 Jul 2023 20:43:18 +0200 Subject: [PATCH] Removed unused dependency, was used for some testing earlier... --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4348edd..4c2e354 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,6 @@ path = "src/examples/main.rs" [dependencies] crossbeam = "0.8.2" log = "0.4.19" -raw-window-handle = "0.5.2" [target.'cfg(windows)'.dependencies] windows = {version = "0.48.0", features = ["Win32_UI_Accessibility", "Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi", "Win32_System_Com", "Win32_System_Ole"]}