gfx-rs / gfx-ocean

Compute based ocean simulation with gfx_hal :ocean:
116 stars 7 forks source link

"fix-cargo" branch appears to be missing #3

Closed coder543 closed 6 years ago

coder543 commented 6 years ago

the "fix-cargo" branch appears to be missing on your fork of gfx, so this no longer compiles.

    Updating registry `https://github.com/rust-lang/crates.io-index`
    Updating git repository `https://github.com/msiglreith/gfx.git`
error: failed to load source for a dependency on `gfx-backend-vulkan`

Caused by:
  Unable to update https://github.com/msiglreith/gfx.git?branch=fix-cargo
msiglreith commented 6 years ago

Thanks, looking into it! I haven't updated it in awhile :D

msiglreith commented 6 years ago

Build should be working now and Vulkan backend runs. DX12 crashes atm, need to investigate!

msiglreith commented 6 years ago

Small typo in the dx12 backend, I will update the gfx-rs revision once the patch has landed. (https://github.com/gfx-rs/gfx/pull/1713)

Everything should be up and running then 🌊

msiglreith commented 6 years ago

Should be fixed now