1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -04:00

Build-fix for --no-default-features

This commit is contained in:
Emil Ernerfeldt
2022-08-20 14:40:33 +02:00
parent f4cc1c5465
commit eb10ef94f7
2 changed files with 11 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ serde = ["dep:serde", "ahash/serde", "emath/serde"]
emath = { version = "0.18.0", path = "../emath" }
ab_glyph = "0.2.11"
ahash = { version = "0.8", default-features = false, features = ["std"] }
ahash = "0.8"
nohash-hasher = "0.2"
#! ### Optional dependencies