blob: a2d1009620b5e77ba1e9d43380ed5681613cd07c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- winit/Cargo.toml.orig 2025-09-19 07:04:16 UTC
+++ winit/Cargo.toml
@@ -56,7 +56,7 @@ sysinfo.optional = true
sysinfo.workspace = true
sysinfo.optional = true
-[target.'cfg(target_os = "linux")'.dependencies]
+[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies]
raw-window-handle = { version = "0.6", optional = true }
cctk.workspace = true
cctk.optional = true
|