summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-05-10 22:21:31 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-05-10 22:23:11 +0200
commitdd04c0b070b60b15293892e2a7c284787d3d63b1 (patch)
tree65cb6bff5b77ced18872a1dc1893d528b81c4bb8 /Cargo.toml
parent422b4dedcbc9af22ebc9e40e7902549a6919ce16 (diff)
downloadiced-dd04c0b070b60b15293892e2a7c284787d3d63b1.tar.gz
iced-dd04c0b070b60b15293892e2a7c284787d3d63b1.tar.bz2
iced-dd04c0b070b60b15293892e2a7c284787d3d63b1.zip
Bundle `tiny-skia` backend together with `iced_renderer`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2f92f9db..479830ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,11 +12,9 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"]
categories = ["gui"]
[features]
-default = ["wgpu", "tiny-skia"]
+default = ["wgpu"]
# Enable the `wgpu` GPU-accelerated renderer backend
wgpu = ["iced_renderer/wgpu"]
-# Enable the `tiny-skia` software renderer backend
-tiny-skia = ["iced_renderer/tiny-skia"]
# Enables the `Image` widget
image = ["iced_widget/image", "image_rs"]
# Enables the `Svg` widget