summaryrefslogtreecommitdiffstats
path: root/examples/integration
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-07 06:41:41 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-07 06:41:41 +0100
commitd3900e067361c82fd857fc92b81284146140bc3b (patch)
tree3b2e250e6c5a6d6be4d441ff52887cd497b47da4 /examples/integration
parent24c3d20a76e45feddac67ed62249796c774ce330 (diff)
downloadiced-d3900e067361c82fd857fc92b81284146140bc3b.tar.gz
iced-d3900e067361c82fd857fc92b81284146140bc3b.tar.bz2
iced-d3900e067361c82fd857fc92b81284146140bc3b.zip
Enable renderer backends in `integration` example
Diffstat (limited to 'examples/integration')
-rw-r--r--examples/integration/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/integration/Cargo.toml b/examples/integration/Cargo.toml
index f429977f..f6863cd3 100644
--- a/examples/integration/Cargo.toml
+++ b/examples/integration/Cargo.toml
@@ -9,6 +9,7 @@ publish = false
iced_winit = { path = "../../winit" }
iced_wgpu = { path = "../../wgpu" }
iced_widget = { path = "../../widget" }
+iced_renderer = { path = "../../renderer", features = ["wgpu", "tiny-skia"] }
env_logger = "0.8"
[target.'cfg(target_arch = "wasm32")'.dependencies]