diff --git a/src/lib.rs b/src/lib.rs index b220872dd0..9351572892 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1996,7 +1996,7 @@ pub struct SpecialTypes { /// /// Call [`Module::generate_predeclared_type`] to populate this if /// needed and return the handle. - pub predeclared_types: indexmap::IndexMap>, + pub predeclared_types: FastIndexMap>, } /// Shader module.