--- 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