From ab3eedd0f2e2ed7de9108ba6728261d8bae9e48d Mon Sep 17 00:00:00 2001 From: Hojjat Date: Mon, 6 Apr 2026 09:40:43 -0600 Subject: [PATCH] chore: update iced This pulls in the fix in cosmic-text to fallback to the default SansSerif if there are missing glyphs in basic shaping. Also removes advanced-shaping from the default features list. --- Cargo.toml | 1 - iced | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7892213..83fe90f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ name = "cosmic" [features] default = [ - "advanced-shaping", "winit", "tokio", "a11y", diff --git a/iced b/iced index ed9ad80..7fd263d 160000 --- a/iced +++ b/iced @@ -1 +1 @@ -Subproject commit ed9ad80e18fdaa442a60f9cfce5b8841e19e9ef3 +Subproject commit 7fd263d99e6ae1b07e51f25bda3367f7463806b1