diff options
author | 2023-05-10 22:21:31 +0200 | |
---|---|---|
committer | 2023-05-10 22:23:11 +0200 | |
commit | dd04c0b070b60b15293892e2a7c284787d3d63b1 (patch) | |
tree | 65cb6bff5b77ced18872a1dc1893d528b81c4bb8 /examples/integration | |
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 'examples/integration')
-rw-r--r-- | examples/integration/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/integration/Cargo.toml b/examples/integration/Cargo.toml index 2ab5d75f..22914742 100644 --- a/examples/integration/Cargo.toml +++ b/examples/integration/Cargo.toml @@ -9,7 +9,7 @@ publish = false iced_winit = { path = "../../winit" } iced_wgpu = { path = "../../wgpu" } iced_widget = { path = "../../widget" } -iced_renderer = { path = "../../renderer", features = ["wgpu", "tiny-skia"] } +iced_renderer = { path = "../../renderer", features = ["wgpu"] } env_logger = "0.10" [target.'cfg(target_arch = "wasm32")'.dependencies] |