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