Open Syst3mz opened 2 months ago
The guide also has a big warning that on Windows you must enable the performance optimizations (i.e. set opt-level = 3
at least for dependencies) or you'll get a linker error like the one you reported. Did you do that?
The comment that posted the mediafire link is almost surely a spam bot given that today many different accounts spammed that same message, sometimes all at the same time.
Bevy version 0.14.1
The release number or commit hash of the version you're using.
Relevant system information
If you cannot get Bevy to build or run on your machine, please include:
What you did
According to the guide faster compile times can be achieved with dynamic linking. In search of that I enbled dynamic linking by adding the following to my
cargo.toml
:bevy = { version = "0.14.1", features = ["dynamic_linking"] }
What went wrong
X's are user path stuff, shouldn't be relevant but happy to reveal if needed.