Skip to content

Commit f6c3b6d

Browse files
committed
Fix the build of integration on Android.
1 parent 8279ea3 commit f6c3b6d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/integration/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ iced_widget.features = ["wgpu"]
1515
futures.workspace = true
1616
futures.features = ["thread-pool"]
1717

18+
[target.'cfg(target_os = "android")'.dependencies]
19+
android-activity = { version = "0.6.0", features = ["native-activity"] }
20+
1821
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
1922
tracing-subscriber = "0.3"
2023

0 commit comments

Comments
 (0)