Lea-fish / Leafish

A minecraft-like multi version client implemented in Rust.
Apache License 2.0
824 stars 46 forks source link

fails to build on windows #284

Closed strawbberrys closed 1 year ago

strawbberrys commented 1 year ago

C:\Users\strawberrys\Downloads\Leafish>cargo build --release Updating git repository https://github.com/terrarier2111/bevy error: failed to get bevy_ecs as a dependency of package leafish v0.1.0 (C:\Users\strawberrys\Downloads\Leafish)

Caused by: failed to load source for dependency bevy_ecs

Caused by: Unable to update https://github.com/terrarier2111/bevy?rev=a58b4936d0e1ccd241dca74bceae78a1b6d4f949#a58b4936

Caused by: object not found - no match for id (a58b4936d0e1ccd241dca74bceae78a1b6d4f949); class=Odb (9); code=NotFound (-3)

nathanruiz commented 1 year ago

@strawbberrys Would you be able to try that again with the current version?

strawbberrys commented 1 year ago

It now builds successfully, thanks