Skip to content

Commit 5ac3937

Browse files
committed
Point webview to a proper fork on Github
1 parent 6db83f8 commit 5ac3937

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ edition = "2018"
88
license = "MIT"
99

1010
[dependencies]
11+
backtrace = "0.3.32"
1112
compresstimator = { git = "https://github.com/Freaky/compresstimator.git", rev = "26ddd3f499bc46f2c8b3ce814e9723ed41b47919" }
1213
crossbeam-channel = "0.3"
1314
ctrlc = "3.0"
14-
dirs-sys = "0.3.3"
1515
directories = "2.0.1"
16+
dirs-sys = "0.3.3"
1617
filesize = "0.1"
1718
fs2 = "0.4.3"
1819
glob = "0.3"
@@ -26,9 +27,8 @@ serde_derive = "1.0"
2627
serde_json = "1.0"
2728
siphasher = "0.3.0"
2829
walkdir = "2.2.8"
29-
web-view = { path = "../web-view/" }
30+
web-view = { git = "https://github.com/Freaky/web-view.git", branch = "alternate-upstream" }
3031
winapi = { version = "0.3.7", features = [ "combaseapi", "ioapiset", "knownfolders", "shellscalingapi", "shlobj", "shtypes", "winbase", "winerror", "winioctl", "winver"] }
31-
backtrace = "0.3.32"
3232

3333
[[bin]]
3434
name = "Compactor"

0 commit comments

Comments
 (0)