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
merged 1 commit into from Nov 7, 2022
Merged

Update ahash to 0.8.1 #2255

merged 1 commit into from Nov 7, 2022

Conversation

emilk
Copy link
Owner

@emilk emilk commented Nov 7, 2022

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.

@emilk emilk merged commit e486020 into master Nov 7, 2022
@emilk emilk deleted the update-ahash branch November 7, 2022 08:23
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.

None yet

1 participant