mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-05 07:47:49 +00:00
link vcredist statically
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -34,6 +34,7 @@ dependencies = [
|
||||
"serde_json",
|
||||
"sha1_smol",
|
||||
"simple-log",
|
||||
"static_vcruntime",
|
||||
"steamlocate",
|
||||
"tokio",
|
||||
"winresource",
|
||||
@@ -1501,6 +1502,12 @@ version = "0.9.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
||||
|
||||
[[package]]
|
||||
name = "static_vcruntime"
|
||||
version = "2.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "954e3e877803def9dc46075bf4060147c55cd70db97873077232eae0269dc89b"
|
||||
|
||||
[[package]]
|
||||
name = "steamlocate"
|
||||
version = "2.0.0-beta.2"
|
||||
|
||||
Reference in New Issue
Block a user