winit-wayland: add new font backends

This commit is contained in:
Horu
2026-09-02 22:11:01 +10:00
committed by GitHub
parent 5ea1b78d29
commit 9107acecbf
3 changed files with 7 additions and 0 deletions

View File

@@ -51,6 +51,9 @@ skip = [
{ crate = "thiserror-impl@1.0", reason = "dep of `thiserror`" },
{ crate = "objc2@0.5", reason = "used by crossfont" },
{ crate = "objc2-foundation@0.2", reason = "used by crossfont" },
{ crate = "font-types@0.11", reason = "used by cosmic-text's harfrust/skrifa" },
{ crate = "read-fonts@0.37", reason = "used by cosmic-text's harfrust/skrifa" },
{ crate = "skrifa@0.40", reason = "used by cosmic-text" },
{ crate = "syn@2", reason = "the ecosystem is in the process of migrating to syn 3" },
]
skip-tree = [