From 974bbf351f03cb791cfe62bb9f652de32fb512e3 Mon Sep 17 00:00:00 2001 From: kaijif Date: Fri, 9 Jun 2023 11:42:05 -0400 Subject: [PATCH] Link to the actual git repository to make macOS build work i --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 44100e4..550d39a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -web-view = { git = "https://github.com/Boscop/web-view" } +web-view = { git = "https://github.com/Boscop/web-view.git" } lazy_static = "1.4.0" rust-embed = "5.5.1" serde = { version = "1.0.106", features = ["derive"] }