From a09e76e729895690caac6ac620c212a2e3745d32 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Tue, 27 Feb 2024 21:56:22 +0100 Subject: [PATCH] chore: enabled `iced/web-colors` by default to improve font rendering --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cc2ad77..80da6cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,8 +45,6 @@ wayland = [ ] # multi-window support multi-window = ["iced/multi-window"] -# Enable web-colors in iced -web-colors = ["iced/web-colors"] # Render with wgpu wgpu = ["iced/wgpu", "iced_wgpu"] # X11 window support via winit @@ -92,7 +90,7 @@ path = "cosmic-theme" [dependencies.iced] path = "./iced" default-features = false -features = ["advanced", "image", "lazy", "svg"] +features = ["advanced", "image", "lazy", "svg", "web-colors"] [dependencies.iced_runtime] path = "./iced/runtime"