You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-libloading/libloading-fix-metadata.diff

10 lines
388 B

--- libloading-0.6.2/Cargo.toml 2020-05-06T03:28:38+00:00
+++ libloading-0.6.2/Cargo.toml 2020-05-29T23:47:12.578572+00:00
@@ -20,6 +20,3 @@
keywords = ["dlopen", "load", "shared", "dylib"]
license = "ISC"
repository = "https://github.com/nagisa/rust_libloading/"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["winerror", "errhandlingapi", "libloaderapi"]