gfaestus icon indicating copy to clipboard operation
gfaestus copied to clipboard

cargo build error

Open masen1991 opened this issue 2 years ago • 1 comments

Hi when i build in Macos with. cargo build --release It go with :

error: failed to download `emath v0.15.0`

Caused by:
  unable to get packages from source

Caused by:
  failed to parse manifest at `/Users/masen/.cargo/registry/src/github.com-1ecc6299db9ec823/emath-0.15.0/Cargo.toml`

Caused by:
  feature `resolver` is required

  consider adding `cargo-features = ["resolver"]` to the manifest

after add cargo-features = ["resolver"] to the end of Cargo.toml. still another message: error: failed to parse manifest at/Users/masen/Documents/gfaestus/Cargo.toml`

Caused by: invalid type: sequence, expected a version string like "0.9.8" or a detailed dependency like { version = "0.9.8" } for key patch.crates-io.cargo-features

`

masen1991 avatar Jul 03 '22 06:07 masen1991

Are you on the latest version of Rust? https://github.com/emilk/egui/issues/297

chfi avatar Jul 05 '22 15:07 chfi