Skip to content

Commit

Permalink
add glsl feature for bevy_pbr
Browse files Browse the repository at this point in the history
  • Loading branch information
robtfm committed May 26, 2024
1 parent 383314e commit 8f9c3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ symphonia-vorbis = ["bevy_audio/symphonia-vorbis"]
symphonia-wav = ["bevy_audio/symphonia-wav"]

# Shader formats
shader_format_glsl = ["bevy_render/shader_format_glsl"]
shader_format_glsl = ["bevy_render/shader_format_glsl", "bevy_pbr?/shader_format_glsl"]
shader_format_spirv = ["bevy_render/shader_format_spirv"]

serialize = [
Expand Down

0 comments on commit 8f9c3eb

Please sign in to comment.