From 6ad39fe5449e8ac9bac4c865aaac32f558505145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Sun, 7 Dec 2025 21:16:13 +0100 Subject: [PATCH] Enable `x11` and `wayland` by default in `iced_tiny_skia` --- tiny_skia/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tiny_skia/Cargo.toml b/tiny_skia/Cargo.toml index 153bda2c..a01110ca 100644 --- a/tiny_skia/Cargo.toml +++ b/tiny_skia/Cargo.toml @@ -14,6 +14,7 @@ keywords.workspace = true workspace = true [features] +default = ["x11", "wayland"] image = ["iced_graphics/image"] svg = ["iced_graphics/svg", "resvg"] geometry = ["iced_graphics/geometry"]