Skip to content

Commit

Permalink
Remove explicit dependency on android-activity/native-activity
Browse files Browse the repository at this point in the history
This allows applications to use the game-activity backend and
avoids pinning Egui applications to a specific version of
android-activity (which isn't necessary since Egui doesn't directly
use the android-activity API)

Fixes: emilk#2829
  • Loading branch information
Robert Bragg committed Mar 20, 2023
1 parent 59c2c4c commit 0dff466
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/egui-winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,3 @@ smithay-clipboard = { version = "0.6.3", optional = true }

[target.'cfg(not(target_os = "android"))'.dependencies]
arboard = { version = "3.2", optional = true, default-features = false }

[target.'cfg(target_os = "android")'.dependencies]
# TODO(emilk): this is probably not the right place for specifying native-activity, but we need to do it somewhere for the CI
android-activity = { version = "0.4", features = ["native-activity"] }

0 comments on commit 0dff466

Please sign in to comment.