Skip to content

Commit

Permalink
Remove duplicated default feature (#16552)
Browse files Browse the repository at this point in the history
# Objective

- The feature `android-game-activity` was in the default feature list
twice

## Solution

- Remove one of the features
  • Loading branch information
NiklasEi authored Nov 30, 2024
1 parent 83b725f commit 89d094e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ unused_qualifications = "warn"

[features]
default = [
"android-game-activity",
"android-game-activity",
"android_shared_stdcxx",
"animation",
Expand Down

0 comments on commit 89d094e

Please sign in to comment.