From a36291add708aa8beb085073007032ff153f6173 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 7 Oct 2022 12:00:45 -0600 Subject: [PATCH] Default to swash, it supports ligatures more better --- examples/text/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/text/Cargo.toml b/examples/text/Cargo.toml index fa923d1a..590e98ea 100644 --- a/examples/text/Cargo.toml +++ b/examples/text/Cargo.toml @@ -16,5 +16,5 @@ unicode-linebreak = "0.1" unicode-script = "0.5" [features] -default = ["ab_glyph"] +default = ["swash"] mono = []