mirror of
https://github.com/redstrate/LauncherTweaks.git
synced 2025-05-20 17:37:46 +00:00
Remove some redundant features from windows crate
This commit is contained in:
parent
c674c6c481
commit
68626bce97
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ name = "winhttp"
|
|||
[dependencies]
|
||||
skidscan = { git = "https://github.com/redstrate/skidscan", default-features = false } # my fork which contains various fixes
|
||||
proxy-dll = { git = "https://github.com/redstrate/dll-proxy-rs/", default-features = false } # my fork which contains various fixes and needed to cross-compile from Linux
|
||||
windows = { version = "0.61", features = ["Win32_Foundation", "Win32_System_SystemServices", "Win32_UI_WindowsAndMessaging", "Win32_System_LibraryLoader", "Win32_Networking_WinHttp"], default-features = false }
|
||||
windows = { version = "0.61", features = ["Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_Networking_WinHttp"], default-features = false }
|
||||
serde = { version = "1.0", features = ["derive"], default-features = false }
|
||||
toml = { version = "0.8", features = ["parse"], default-features = false }
|
||||
retour = { version = "0.3", features = ["static-detour"], default-features = false }
|
||||
|
|
Loading…
Add table
Reference in a new issue