1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00
hellodword
2024-05-20 15:31:17 +00:00
committed by GitHub
parent 738ea75453
commit 8321f64f6e
2 changed files with 6 additions and 6 deletions

View File

@@ -62,7 +62,7 @@ egui_demo_lib = { version = "0.27.2", path = "crates/egui_demo_lib", default-fea
egui_glow = { version = "0.27.2", path = "crates/egui_glow", default-features = false }
eframe = { version = "0.27.2", path = "crates/eframe", default-features = false }
ahash = { version = "0.8.6", default-features = false, features = [
ahash = { version = "0.8.11", default-features = false, features = [
"no-rng", # we don't need DOS-protection, so we let users opt-in to it instead
"std",
] }