Enable renderer backends in integration example
This commit is contained in:
parent
24c3d20a76
commit
d3900e0673
2 changed files with 2 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue