Wumpf / blub

3D fluid simulation experiments in Rust, using WebGPU-rs (WIP)
MIT License
403 stars 12 forks source link

Dependencies seem broken #45

Closed dllu closed 3 years ago

dllu commented 3 years ago

I just git cloned this and tried to run cargo run --release

blub » cargo run --release
    Updating git repository `https://github.com/wumpf/wgpu.git`
error: failed to resolve patches for `https://github.com/rust-lang/crates.io-index`

Caused by:
  failed to load source for dependency `wgpu`

Caused by:
  Unable to update https://github.com/wumpf/wgpu.git?rev=4ada8587e5eb0bb67599f1400b68b137f3e3d070#4ada8587

Caused by:
  object not found - no match for id (4ada8587e5eb0bb67599f1400b68b137f3e3d070); class=Odb (9); code=NotFound (-3)
blub »
Wumpf commented 3 years ago

Oh I messed this up indeed. Thank you for pointing out! Fixed it now by upgrading to wgpu 0.9 proper (+ a patch..). Hopefully works out of the box again