-
PS C:\Users\Admin\NEW> cargo run error: could not compile |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Looks like cargo is trying to dynamically link bevy to your crate, which has issues on Windows. That's strange, since you have to explicitly enable that feature. |
Beta Was this translation helpful? Give feedback.
Looks like cargo is trying to dynamically link bevy to your crate, which has issues on Windows. That's strange, since you have to explicitly enable that feature.