Skip to content

Commit 742a2ce

Browse files
committed
document the hashbrown feature in Cargo.toml
1 parent 39abe59 commit 742a2ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ d3d12 = ["dep:windows"]
106106
metal = ["dep:objc2", "dep:objc2-metal", "dep:objc2-foundation"]
107107
# Expose helper functionality for winapi types to interface with gpu-allocator, which is primarily windows-rs driven
108108
public-winapi = ["dep:winapi"]
109+
# Enables the FreeListAllocator when `std` is not enabled by using the `hashbrown` crate
109110
hashbrown = ["dep:hashbrown"]
110111

111112
default = ["std", "d3d12", "vulkan", "metal"]

0 commit comments

Comments
 (0)