head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.04.18.14.56.36; author ktnb; state Exp; branches; next ; commitid DEO1DSKNmV0w3sCG; desc @@ 1.1 log @wezterm: added Darwin support @ text @$NetBSD$ Use fontconfig on Darwin as well --- wezterm-font/src/lib.rs.orig 2026-01-17 15:44:28.000000000 +0000 +++ wezterm-font/src/lib.rs @@@@ -32,7 +32,7 @@@@ pub mod rasterizer; pub mod shaper; pub mod units; -#[cfg(all(unix, not(target_os = "macos")))] +#[cfg(unix)] pub mod fcwrap; pub use crate::rasterizer::RasterizedGlyph; @