blob: 1eb0a8a515a22c027812a1a88a42fe9679dd3053 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- crates/zed/src/zed.rs.orig 2025-11-19 15:41:44 UTC
+++ crates/zed/src/zed.rs
@@ -381,6 +381,7 @@ pub fn initialize_workspace(
if let Some(specs) = window.gpu_specs() {
log::info!("Using GPU: {:?}", specs);
show_software_emulation_warning_if_needed(specs.clone(), window, cx);
+ #[cfg(not(target_os = "freebsd"))]
if let Some((crash_server, message)) = crashes::CRASH_HANDLER
.get()
.zip(bincode::serialize(&specs).ok())
|