From 9744d3cb07b90f3868c50e5c781f770ffa8cf268 Mon Sep 17 00:00:00 2001 From: Evgeniy Malyutin Date: Mon, 1 Aug 2022 18:00:45 +0400 Subject: [PATCH] moved to retep998/winapi-rs crate --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d8a315f..931e6fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,10 +8,10 @@ log = "*" libc = "*" [target.'cfg(target_os = "windows")'.dependencies] -kernel32-sys = { git = "https://github.com/application-developer-DA/winapi-rs.git", branch = "0.2" } -shell32-sys = { git = "https://github.com/application-developer-DA/winapi-rs.git", branch = "0.2" } -user32-sys = { git = "https://github.com/application-developer-DA/winapi-rs.git", branch = "0.2" } -winapi = { git = "https://github.com/application-developer-DA/winapi-rs.git", branch = "0.2" } +kernel32-sys = { git = "https://github.com/retep998/winapi-rs.git", branch = "0.2" } +shell32-sys = { git = "https://github.com/retep998/winapi-rs.git", branch = "0.2" } +user32-sys = { git = "https://github.com/retep998/winapi-rs.git", branch = "0.2" } +winapi = { git = "https://github.com/retep998/winapi-rs.git", branch = "0.2" } [target.'cfg(target_os = "macos")'.dependencies] objc = "*"