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
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "alfis"
version = "0.3.0"
version = "0.3.1"
authors = ["Revertron <alfis@revertron.com>"]
edition = "2018"
build = "build.rs"
@@ -18,7 +18,7 @@ rust-crypto = "^0.2"
blakeout = "0.1.0"
num_cpus = "1.13.0"
byteorder = "1.3.2"
web-view = { version = "0.7.2", features = [] }
web-view = { version = "0.7.3", features = ["edge"] }
tinyfiledialogs = "3.3.10"
serde = { version = "1.0.123", features = ["derive"] }
serde_json = "1.0.42"
@@ -36,7 +36,7 @@ derive_more = "0.99.9"
[target.'cfg(windows)'.dependencies]
thread-priority = "0.2.1"
winapi = { version = "0.3.7", features = ["impl-default", "wincon"]}
winapi = { version = "0.3.7", features = ["impl-default", "wincon", "shellscalingapi"]}
[target.'cfg(target_os = "linux")'.dependencies]
thread-priority = "0.2.1"