Apparently you can't use the "dynamic" feature for Bevy on Windows. This feature is only temporary for development, but it would be good to at least try to find a workaround until the game is done.
Removed the dynamic feature from Cargo.toml in 7ee33c6a7a15e856b1ad5b71a20f0c8bdc488b37. We can still use the feature with cargo run --features bevy/dynamic.
Apparently you can't use the "dynamic" feature for Bevy on Windows. This feature is only temporary for development, but it would be good to at least try to find a workaround until the game is done.
https://github.com/bevyengine/bevy/issues/4758