aboutsummaryrefslogtreecommitdiff
path: root/games/abstreet/files/patch-cargo-crates_rfd-0.4.0_Cargo.toml
blob: 6b996945051ef3de3af5feb3b536e31e1e56ef64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- cargo-crates/rfd-0.4.0/Cargo.toml.orig	1970-01-01 00:00:00 UTC
+++ cargo-crates/rfd-0.4.0/Cargo.toml
@@ -50,17 +50,17 @@ version = "0.4.19"
 [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
 version = "0.3.46"
 features = ["Document", "Element", "HtmlInputElement", "HtmlButtonElement", "Window", "File", "FileList", "FileReader"]
-[target."cfg(target_os = \"linux\")".dependencies.glib-sys]
+[target."cfg(any(target_os = \"freebsd\", target_os = \"linux\"))".dependencies.glib-sys]
 version = "0.10.1"
 
-[target."cfg(target_os = \"linux\")".dependencies.gobject-sys]
+[target."cfg(any(target_os = \"freebsd\", target_os = \"linux\"))".dependencies.gobject-sys]
 version = "0.10.0"
 
-[target."cfg(target_os = \"linux\")".dependencies.gtk-sys]
+[target."cfg(any(target_os = \"freebsd\", target_os = \"linux\"))".dependencies.gtk-sys]
 version = "0.10.0"
 features = ["v3_20"]
 
-[target."cfg(target_os = \"linux\")".dependencies.lazy_static]
+[target."cfg(any(target_os = \"freebsd\", target_os = \"linux\"))".dependencies.lazy_static]
 version = "1.4.0"
 [target."cfg(target_os = \"macos\")".dependencies.block]
 version = "0.1.6"