Closed Jeklah closed 1 month ago
What version of Rust are you on? This seems like an issue with the dependency tree.
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: @.***>
Feel free to send a link
I'm not sure if it's the same issue, but I fixed an issue with tobj
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: @.***>
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.
![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?