diff --git a/crates/bevy_internal/Cargo.toml b/crates/bevy_internal/Cargo.toml index 1672b12e97..0ac089a94c 100644 --- a/crates/bevy_internal/Cargo.toml +++ b/crates/bevy_internal/Cargo.toml @@ -33,7 +33,7 @@ dds = [ "bevy_image/dds", "bevy_render/dds", "bevy_core_pipeline/dds", - "bevy_gltf/dds", + "bevy_gltf?/dds", ] exr = ["bevy_image/exr", "bevy_render/exr"] hdr = ["bevy_image/hdr", "bevy_render/hdr"]