Cannot make dynamic_linking
work following official docs
#14181
Unanswered
SpencerMelo
asked this question in
Q&A
Replies: 2 comments
-
Note: I've done the same thing on Fedora and it works properly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Most of times I get this problem is because rust-analyze changed my build dir. Like I did |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello, I'm trying to use bevy, however even with a "empty" project following the "Getting started" from Bevy site, the compile time is incredible high, and I see bevy getting compiled every single time.
I saw the optimizations available here: https://bevyengine.org/learn/quick-start/getting-started/setup/#compile-with-performance-optimizations.
However, even following it, when I run
cargo run
it do all the compilation of bevy again.Does anyone faced the same or have any clue?
Details
OS: Windows 10
cargo: 1.79.0 (ffa9cf99a 2024-06-03)
bevy: 0.14.0
rustc: 1.79.0 (129f3b996 2024-06-10)
Cargo.toml
Beta Was this translation helpful? Give feedback.
All reactions