Remove duplicated default feature (#16552)

# Objective

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

## Solution

- Remove one of the features
This commit is contained in:
Niklas Eicker 2024-11-30 03:02:25 +01:00 committed by GitHub
parent 83b725f41e
commit 89d094e50f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,6 @@ unused_qualifications = "warn"
[features] [features]
default = [ default = [
"android-game-activity",
"android-game-activity", "android-game-activity",
"android_shared_stdcxx", "android_shared_stdcxx",
"animation", "animation",