mirror of
https://github.com/redstrate/LauncherTweaks.git
synced 2025-05-20 17:37:46 +00:00
Update to latest proxy-dll to remove it's winapi dependency
This commit is contained in:
parent
c15bf36e8f
commit
32cec1760d
1 changed files with 3 additions and 3 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -145,17 +145,17 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "proxy-dll"
|
name = "proxy-dll"
|
||||||
version = "0.2.5"
|
version = "0.2.5"
|
||||||
source = "git+https://github.com/redstrate/dll-proxy-rs/#3a189b1c4ed2b739a8a752b2ed9c68721f8737cd"
|
source = "git+https://github.com/redstrate/dll-proxy-rs/#7eb0e25f6a74b726d67f94a72696f0a8f2239c21"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ctor",
|
"ctor",
|
||||||
"proxy-sys",
|
"proxy-sys",
|
||||||
"winapi",
|
"windows",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "proxy-sys"
|
name = "proxy-sys"
|
||||||
version = "0.2.2"
|
version = "0.2.2"
|
||||||
source = "git+https://github.com/redstrate/dll-proxy-rs/#3a189b1c4ed2b739a8a752b2ed9c68721f8737cd"
|
source = "git+https://github.com/redstrate/dll-proxy-rs/#7eb0e25f6a74b726d67f94a72696f0a8f2239c21"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"syn 2.0.100",
|
"syn 2.0.100",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue