feat(servo): isolate profiles with hardware sidecars

This commit is contained in:
2026-07-09 20:27:22 -04:00
parent 78dc86b18e
commit c28ec2bee8
92 changed files with 10306 additions and 1485 deletions
+5
View File
@@ -35,6 +35,11 @@ use std::{
pin::Pin,
};
#[cfg(all(target_os = "macos", feature = "test-support", not(feature = "macos-blade")))]
pub use crate::metal_renderer::{
MetalSurfaceTestSubmission, submit_surface_to_metal_for_test,
};
/// Run the given test function with the configured parameters.
/// This is intended for use with the `gpui::test` macro
/// and generally should not be used directly.