aboutsummaryrefslogtreecommitdiff
path: root/editors/zed/files/patch-crates_zed_src_zed.rs
diff options
context:
space:
mode:
Diffstat (limited to 'editors/zed/files/patch-crates_zed_src_zed.rs')
-rw-r--r--editors/zed/files/patch-crates_zed_src_zed.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/zed/files/patch-crates_zed_src_zed.rs b/editors/zed/files/patch-crates_zed_src_zed.rs
new file mode 100644
index 000000000000..1eb0a8a515a2
--- /dev/null
+++ b/editors/zed/files/patch-crates_zed_src_zed.rs
@@ -0,0 +1,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())