diff options
author | elilchen <[email protected]> | 2023-02-16 13:39:08 +0800 |
---|---|---|
committer | elilchen <[email protected]> | 2023-02-16 13:39:08 +0800 |
commit | ad40d650702219ee203acfd2088450fafa3ea8b9 (patch) | |
tree | d33165c37ead6cb29d2d8dd143d2e0f2a7fc48bd /Cargo.toml | |
parent | 7c3be2d9fb7505969c783f8593e9924067f015ea (diff) | |
download | rustdesk-server-ad40d650702219ee203acfd2088450fafa3ea8b9.tar.gz rustdesk-server-ad40d650702219ee203acfd2088450fafa3ea8b9.zip |
issues #192 add MicrosoftEdgeWebview2Setup and fix the "VCRUNTIME140.dll Is Missing" error on windows server 2022
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ ping = "0.4.0" [build-dependencies] hbb_common = { path = "libs/hbb_common" } +static_vcruntime = "2.0" [workspace] members = ["libs/hbb_common"] |