mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
Remove "features" feature (#12373)
I think this was meant to be `default = []` which is the default.
This commit is contained in:
parent
71486393ed
commit
ffb1bc6532
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ keywords = ["bevy"]
|
||||||
# Disables diagnostics that are unsupported when Bevy is dynamically linked
|
# Disables diagnostics that are unsupported when Bevy is dynamically linked
|
||||||
dynamic_linking = []
|
dynamic_linking = []
|
||||||
sysinfo_plugin = ["sysinfo"]
|
sysinfo_plugin = ["sysinfo"]
|
||||||
features = []
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# bevy
|
# bevy
|
||||||
|
|
Loading…
Reference in a new issue