Make dynamic linking feature a default
All checks were successful
Basic checks / Basic build-and-test supertask (push) Successful in 7m17s
All checks were successful
Basic checks / Basic build-and-test supertask (push) Successful in 7m17s
Now I don't need to keep setting the option on the command line. I'll take it out (or use `--no-default-features`) when making the release build.
This commit is contained in:
@@ -10,6 +10,7 @@ bevy_rapier2d = "0.31.0"
|
|||||||
rand = "0.9.2"
|
rand = "0.9.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
default = ["dynamic_linking"]
|
||||||
dynamic_linking = ["bevy/dynamic_linking"]
|
dynamic_linking = ["bevy/dynamic_linking"]
|
||||||
debug_ui = ["bevy_rapier2d/debug-render-2d"]
|
debug_ui = ["bevy_rapier2d/debug-render-2d"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user