Updated WebView version, added support for Edge engine on Windows, fixed some HTML.

This commit is contained in:
Revertron
2021-03-18 15:09:26 +01:00
parent 8eee9afb6a
commit 863854790f
3 changed files with 120 additions and 133 deletions
+1
View File
@@ -29,6 +29,7 @@ fn main() {
#[cfg(windows)]
unsafe {
AttachConsole(ATTACH_PARENT_PROCESS);
winapi::um::shellscalingapi::SetProcessDpiAwareness(2);
}
let args: Vec<String> = env::args().collect();