1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

Update ahash to 0.8.1 (#2255)

This commit is contained in:
Emil Ernerfeldt
2022-11-07 09:23:45 +01:00
committed by GitHub
parent 7434a7d7d5
commit e48602059d
5 changed files with 30 additions and 19 deletions

View File

@@ -44,7 +44,10 @@ egui = { version = "0.19.0", path = "../egui", default-features = false, feature
] }
egui-winit = { version = "0.19.0", path = "../egui-winit", default-features = false }
ahash = "0.8"
ahash = { version = "0.8.1", default-features = false, features = [
"no-rng", # we don't need DOS-protection, so we let users opt-in to it instead
"std",
] }
bytemuck = "1.7"
glium = "0.32"