sotrh / learn-wgpu

Guide for using gfx-rs's wgpu library.
https://sotrh.github.io/learn-wgpu/
MIT License
1.53k stars 267 forks source link

Tutorial10 was running fine yesterday, today it does not. #563

Closed Jeklah closed 1 month ago

Jeklah commented 4 months ago

![cfg_attr(feature = "stdsimd", feature(stdsimd))]

stdsimd is unknown feature.

I have tried deleting the repo and re-cloning hoping that I may have changed something while in the wrong directory, but it still gave the same error after recloning. I was looking at this repo most of yesterday and even up until bed, it was working no problem.

What's changed?

sotrh commented 4 months ago

What version of Rust are you on? This seems like an issue with the dependency tree.

Jeklah commented 4 months ago

I can't recall the version of rust off the top of my head but it did seem to be dependency related. I got it working in the end.

I can send you a link to my repo of my progress if you would like to compare.

On Wed, 17 Jul 2024, 16:24 Ben Hansen, @.***> wrote:

What version of Rust are you on? This seems like an issue with the dependency tree.

— Reply to this email directly, view it on GitHub https://github.com/sotrh/learn-wgpu/issues/563#issuecomment-2233590866, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABXP72JPGPZR3V4VVDL6MNDZM2EEVAVCNFSM6AAAAABLAK2IKGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZTGU4TAOBWGY . You are receiving this because you authored the thread.Message ID: @.***>

sotrh commented 2 months ago

Feel free to send a link

sotrh commented 2 months ago

I'm not sure if it's the same issue, but I fixed an issue with tobj

Jeklah commented 2 months ago

I got it working in the end thanks. We could compare repos though if you'd like?

On Sat, 14 Sept 2024, 03:50 Ben Hansen, @.***> wrote:

I'm not sure if it's the same issue, but I fixed an issue with tobj

— Reply to this email directly, view it on GitHub https://github.com/sotrh/learn-wgpu/issues/563#issuecomment-2350800233, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABXP72LKQAPVFNNBG2KV7ZDZWOP77AVCNFSM6AAAAABLAK2IKGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJQHAYDAMRTGM . You are receiving this because you authored the thread.Message ID: @.***>

sotrh commented 1 month ago

Glad you got it working. I don't think we need to compare repos, if someone encounters the issue again they can open up a new issue.