webview_rust
webview_rust copied to clipboard
update webview, use static lib on windows
What kind of change does this PR introduce? (check at least one) This updates webview and also uses the static build of WebView2Loader instead of the dll on Windows. This means no need to copy the dll into the target dir, nor is it needed with deployment of webview apps.
- [ ] Bugfix
- [ ] Feature
- [ ] New Binding Issue #___
- [ ] Code style update
- [ ] Refactor
- [ x] Build-related changes
- [ ] Other, please describe:
Does this PR introduce a breaking change? (check one) No the change doesn't affect the api of the library. It might affect workflows requiring the dll for deployment.
The PR fulfills these requirements:
- [x ] It's submitted to the
devbranch and not themasterbranch - [ ] When resolving a specific issue, it's referenced in the PR's title (e.g.
fix: #xxx[,#xxx], where "xxx" is the issue number)
If adding a new feature, the PR's description includes:
- [ ] A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)
Other information:
Is there stuff blocking this? Just curious what the status of this is since the last activity on this was in Aug 2021.
Is there stuff blocking this? Just curious what the status of this is since the last activity on this was in Aug 2021.
I tested it locally recently and it didn't work... but i don't know more than that