#Can't add dynamic_linking feature in bevy
26 messages · Page 1 of 1 (latest)
Resolved
@median cairn how did you resolve it? i think i may have a similar issue
Could you show me your cargo.toml file?
[package]
name = "bounce"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = { version = "0.15", features = ["dynamic_linking"] }
bitmaps = "3.2"```
So basically you have to change 0.15 to 0.15.0
And then do cargo run
You could also to be sure delete the target folder
Before cargo run
@winter estuary
sadly it still isn't working
but not too surprising, my project was compiling it just crashes instantly
thanks for the advice
Oh okay that's totally different
If it crushes then probably there is something in the code
Are you using the github or other version control?
If yes then just revert back to the last time it worked
And compare the code
Have you looked at the migration guide?
Or maybe one of the crates that you are using was not updated to bevy 0.15
i mean you've seen my toml file
it's just bevy and bitmaps
i have my own help post where i explain the situation
Okay I will take a look at it