diff options
author | 2023-05-10 22:21:31 +0200 | |
---|---|---|
committer | 2023-05-10 22:23:11 +0200 | |
commit | dd04c0b070b60b15293892e2a7c284787d3d63b1 (patch) | |
tree | 65cb6bff5b77ced18872a1dc1893d528b81c4bb8 /Cargo.toml | |
parent | 422b4dedcbc9af22ebc9e40e7902549a6919ce16 (diff) | |
download | iced-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.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |