diff --git a/crates/bevy_gltf/Cargo.toml b/crates/bevy_gltf/Cargo.toml index a6fa703774..47f6054367 100644 --- a/crates/bevy_gltf/Cargo.toml +++ b/crates/bevy_gltf/Cargo.toml @@ -11,8 +11,10 @@ keywords = ["bevy"] [features] dds = ["bevy_render/dds", "bevy_core_pipeline/dds"] pbr_transmission_textures = ["bevy_pbr/pbr_transmission_textures"] -pbr_multi_layer_material_textures = [] -pbr_anisotropy_texture = [] +pbr_multi_layer_material_textures = [ + "bevy_pbr/pbr_multi_layer_material_textures", +] +pbr_anisotropy_texture = ["bevy_pbr/pbr_anisotropy_texture"] [dependencies] # bevy