Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency bevy-async-task is not found #87

Open
tplive opened this issue Dec 12, 2024 · 0 comments
Open

Dependency bevy-async-task is not found #87

tplive opened this issue Dec 12, 2024 · 0 comments

Comments

@tplive
Copy link

tplive commented Dec 12, 2024

I downloaded the source, but I'm unable to build the game. First I got this error message on cargo build:

error: no matching package found
searched package name: `bevy-async-task`
perhaps you meant:      bevy_async_task
location searched: registry `crates-io`
required by package `astratomic v0.2.0 (C:\Users\xxxxxx\projects\astratomic)`

I was able to get it to start building (cargo build) by changing the name of the package to bevy_async_task and changing the version number to 0.4.

Further down in the build process there is another error:

Compiling bevy-inspector-egui-derive v0.23.0
error[E0282]: type annotations needed for `Box<_>`                                                                                                                                                                          
  --> C:\Users\tp\.cargo\registry\src\index.crates.io-6f17d22bba15001f\time-0.3.34\src\format_description\parse\mod.rs:83:9
   |
83 |     let items = format_items
   |         ^^^^^
...
86 |     Ok(items.into())
   |              ---- type must be known at this point
   |
   = note: this is an inference error on crate `time` caused by an API change in Rust 1.80.0; update `time` to version `>=0.3.35` by calling `cargo update`

So then I ran cargo update as suggested, and another cargo build. Now there are errors in compiling puffin_egui...

It seems I now opened up a Pandora's Box of dependency errors, and I could use some help with compiling and running the game... 😅

I'm currently on Rust (and cargo) version 1.83.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant