Merge pull request #320 from wegank/alfis-aarch64-darwin
build: fix build on aarch64-darwin
This commit is contained in:
Generated
+2
-4
@@ -1589,8 +1589,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "web-view"
|
||||
version = "0.7.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ee1da6aa5f232e7a4f17ae4549772d2e35d0f4ade03e7527b25c4c0b00abafea"
|
||||
source = "git+https://github.com/Boscop/web-view#e87e08cab3a2d500d54068ec9c7aaa055a711465"
|
||||
dependencies = [
|
||||
"boxfnonce",
|
||||
"tinyfiledialogs",
|
||||
@@ -1642,8 +1641,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "webview-sys"
|
||||
version = "0.6.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0001f025c1425ffe36270a81cb091eade87dd8d29ac773735ae47e1a8c8066c9"
|
||||
source = "git+https://github.com/Boscop/web-view#e87e08cab3a2d500d54068ec9c7aaa055a711465"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"gdk-sys",
|
||||
|
||||
+1
-1
@@ -46,7 +46,7 @@ lazy_static = "1.4.0"
|
||||
spmc = "0.3.0"
|
||||
|
||||
# Optional dependencies regulated by features
|
||||
web-view = { version = "0.7.3", features = [], optional = true }
|
||||
web-view = { git = "https://github.com/Boscop/web-view", ref = "e87e08cab3a2d500d54068ec9c7aaa055a711465", features = [], optional = true }
|
||||
tinyfiledialogs = { version = "3.9.1", optional = true }
|
||||
open = { version = "3.0.3", optional = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user