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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user