Skip to content
New issue

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

Update ahash to 0.8.1 #2255

Merged
master from
Nov 7, 2022
Merged

Conversation

emilk
Copy link
Owner

Previously, egui users needed to add this to their Cargo.toml:

[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.2", features = ["js"] }

(see #2009).

Thanks to tkaitchuck/aHash#131 we can use ahash with a fixed seed, and let users opt-in to a random seed if they want it.

e486020 into master Nov 7, 2022
JohannesProgrammiert pushed a commit to JohannesProgrammiert/egui that referenced this pull request Jan 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant