diff options
author | 2024-05-22 12:29:31 +0200 | |
---|---|---|
committer | 2024-05-22 12:29:31 +0200 | |
commit | d92e0f7bba8959384467048c7eca84b4b8a7195f (patch) | |
tree | 931c3afda7ac3c78ada5190ae2e1f7aa0d44fe16 /examples/integration | |
parent | d993b53e095d9cee71c30b315d8fe84d207ddb6d (diff) | |
download | iced-d92e0f7bba8959384467048c7eca84b4b8a7195f.tar.gz iced-d92e0f7bba8959384467048c7eca84b4b8a7195f.tar.bz2 iced-d92e0f7bba8959384467048c7eca84b4b8a7195f.zip |
Fix compilation of `integration` example in `release` mode
Fixes #2447.
Diffstat (limited to 'examples/integration')
-rw-r--r-- | examples/integration/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/integration/Cargo.toml b/examples/integration/Cargo.toml index a4a961f8..7f8feb3f 100644 --- a/examples/integration/Cargo.toml +++ b/examples/integration/Cargo.toml @@ -8,7 +8,9 @@ publish = false [dependencies] iced_winit.workspace = true iced_wgpu.workspace = true + iced_widget.workspace = true +iced_widget.features = ["wgpu"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies] tracing-subscriber = "0.3" |