Closed
Description
Bevy version
0.6.0
Operating system & version
Windows 10
What you did
Run -features=bevy/dynamic
on stable rust.
Attempt to compile on nightly.
What you expected to happen
Windows users should be able to use bevy/dynamic on latest.
What actually happened
Running -features=bevy/dynamic
on stable or Rust will fail. In stable there is the LNK1189 error.
On nightly compilation will fail because of the unreachable format error.
Additional information
-Zshare-generics=off
is not available on stable, so we currently can't run there, then nightly is unavailable until that PR is part of a release.
As it stands I don't see a way to use dynamic features at all on Windows using latest.