Enable x11 and wayland by default in iced_tiny_skia

This commit is contained in:
Héctor Ramón Jiménez 2025-12-07 21:16:13 +01:00
parent 349e40f600
commit 6ad39fe544
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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"]