We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54cf570 commit c9624abCopy full SHA for c9624ab
malefic-3rd/Cargo.toml
@@ -35,7 +35,7 @@ portable-pty = { version = "0.8", optional = true }
35
futures-timer = { workspace = true, optional = true }
36
37
[target.'cfg(target_os = "windows")'.dependencies]
38
-winapi = { version = "0.3", features = ["winuser"] }
+winapi = { version = "0.3", features = ["winuser", "libloaderapi"] }
39
detour = { git = "https://github.com/chainreactors/retour-rs", branch = "fix-nightly1.67.0-changes" }
40
41
[target.'cfg(unix)'.dependencies]
0 commit comments