1
Fork 0
mirror of https://github.com/redstrate/LauncherTweaks.git synced 2025-05-20 09:27:46 +00:00

Update to newer proxy-dll-rs

This has my own changes to reduce the amount of dependencies used.
This commit is contained in:
Joshua Goins 2025-04-20 12:14:00 -04:00
parent 563d33c86f
commit e9b1593108

27
Cargo.lock generated
View file

@ -146,20 +146,19 @@ dependencies = [
[[package]]
name = "proxy-dll"
version = "0.2.5"
source = "git+https://github.com/redstrate/dll-proxy-rs/#a74f9cd5dd4ec045755acfcd926478300d499310"
source = "git+https://github.com/redstrate/dll-proxy-rs/#3a189b1c4ed2b739a8a752b2ed9c68721f8737cd"
dependencies = [
"ctor",
"proxy-sys",
"thiserror",
"winapi",
]
[[package]]
name = "proxy-sys"
version = "0.2.2"
source = "git+https://github.com/RinLovesYou/dll-proxy-rs#160fd47d5d5e595ff694a1d004de7d8e562aba59"
source = "git+https://github.com/redstrate/dll-proxy-rs/#3a189b1c4ed2b739a8a752b2ed9c68721f8737cd"
dependencies = [
"syn 1.0.109",
"syn 2.0.100",
]
[[package]]
@ -283,26 +282,6 @@ dependencies = [
"unicode-ident",
]
[[package]]
name = "thiserror"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "toml"
version = "0.8.20"