diff --git a/gpu-descriptor/Cargo.toml b/gpu-descriptor/Cargo.toml index 1bba419..a8e2491 100644 --- a/gpu-descriptor/Cargo.toml +++ b/gpu-descriptor/Cargo.toml @@ -22,4 +22,4 @@ bitflags = { version = "2.4", default-features = false } serde = { version = "1.0", optional = true, default-features = false, features = [ "derive", ] } -hashbrown = { version = "0.14" } +hashbrown = { version = "0.14", default-features = false, features = ["ahash", "raw"] }