commit | f4682b63b83e2efb84cc2ae9fac7ff468549a1ee | [log] [tgz] |
---|---|---|
author | Laurenz Stampfl <laurenz.stampfl+github@gmail.com> | Thu May 08 14:00:01 2025 +0200 |
committer | Laurenz Stampfl <laurenz.stampfl+github@gmail.com> | Thu May 08 14:00:01 2025 +0200 |
tree | 106c741762afe4197f95258028e112cf238c1298 | |
parent | ac91c19fb5dfa77ea8c6eff9129c7518bda05cd9 [diff] |
Next attempt
diff --git a/vello_tests/tests/emoji.rs b/vello_tests/tests/emoji.rs index 16765dc..97c3caa 100644 --- a/vello_tests/tests/emoji.rs +++ b/vello_tests/tests/emoji.rs
@@ -14,7 +14,9 @@ use scenes::SimpleText; #[cfg(target_os = "macos")] use std::sync::Arc; +#[cfg(target_os = "macos")] use vello::peniko::color::palette; +#[cfg(target_os = "macos")] use vello::peniko::{Blob, Brush, Font}; use vello::{Scene, kurbo::Affine, peniko::Fill}; use vello_tests::{TestParams, snapshot_test_sync};