mirror of
https://github.com/bevyengine/bevy
synced 2024-12-18 17:13:10 +00:00
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:
parent
83b725f41e
commit
89d094e50f
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue