blckngm / webview2

Rust bindings for WebView2
MIT License
73 stars 12 forks source link

Where can I find the WebView2Loader.dll file? #20

Closed TabulateJarl8 closed 2 years ago

TabulateJarl8 commented 2 years ago

Hey, I was wondering if there was some trustworthy place where I could get the WebView2Loader.dll file. I would like to package it with the binary for my project (I'm cross compiling from Linux to Windows), but the only place I can find it is here. Thanks for the help

blckngm commented 2 years ago

It's in the nuget package: https://www.nuget.org/api/v2/package/Microsoft.Web.WebView2/1.0.1108.44

There is also a copy in this repo: https://github.com/sopium/webview2/raw/master/webview2-sys/Microsoft.Web.WebView2.1.0.961.33/build/native/

TabulateJarl8 commented 2 years ago

Thanks!