summaryrefslogtreecommitdiff
path: root/x11-terms/wezterm/files/wezterm-20221119-vendored-sources.patch
blob: dee994d4675d6bc01d8c7f5462d03931aa4e9b97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- wezterm-20221119-145034-49b9839f-orig/.cargo/config	2022-11-20 08:50:34.000000000 +1100
+++ wezterm-20221119-145034-49b9839f/.cargo/config	2022-11-23 20:26:40.035751458 +1100
@@ -7,3 +7,10 @@
 # enabled for the target, so let's turn that on here.
 [target.x86_64-pc-windows-msvc]
 rustflags = "-C target-feature=+crt-static"
+
+[source."https://github.com/wez/libssh-rs.git"]
+git = "https://github.com/wez/libssh-rs.git"
+replace-with = "vendored-sources"
+
+[source.vendored-sources]
+directory = "deps/crates"