We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My project using egui fails to build on nightly with this message:
unknown feature 'stdsimd'
The issue comes from the version of ahash that egui depends on. It is tracked and resolved here ahash github issue
OS: Linux Rustc: 1.79.0-nightly
The text was updated successfully, but these errors were encountered:
Update ahash 0.8.6 -> 0.8.11 (#4507)
8321f64
See: tkaitchuck/aHash#183 (comment) * Closes #4476
Update ahash 0.8.6 -> 0.8.11 (emilk#4507)
bad8543
See: tkaitchuck/aHash#183 (comment) * Closes emilk#4476
Successfully merging a pull request may close this issue.
My project using egui fails to build on nightly with this message:
unknown feature 'stdsimd'
The issue comes from the version of ahash that egui depends on. It is tracked and resolved here ahash github issue
OS: Linux
Rustc: 1.79.0-nightly
The text was updated successfully, but these errors were encountered: